Skip to content

Commit

Permalink
Updated latest release on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Mar 21, 2016
1 parent 4944941 commit 09aee97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Add the dependency to your `build.sbt`:
```scala
resolvers += "Phenoscape Maven repository" at "http://phenoscape.svn.sourceforge.net/svnroot/phenoscape/trunk/maven/repository"

libraryDependencies += "org.phenoscape" %% "scowl" % "1.0.1"
libraryDependencies += "org.phenoscape" %% "scowl" % "1.0.2"
```

Import `org.phenoscape.scowl._`, and Scowl implicit conversions will add pseudo Manchester syntax methods to native OWL API objects. Additionally, functional syntax-style constructors and extractors will be in scope.

Scowl 1.0.1 is built with OWL API 3.5. Scowl 1.1 will support OWL API 4.
Scowl 1.0.2 is built with OWL API 3.5. Scowl 1.1 will support OWL API 4.

## Examples
Implementations of all the examples from the [OWL 2 Web Ontology Language
Expand Down

0 comments on commit 09aee97

Please sign in to comment.