diff --git a/java/README.md b/java/README.md index 520e98a..1e39dbd 100644 --- a/java/README.md +++ b/java/README.md @@ -1,5 +1,30 @@ # enry-java +## Usage + +`enry-java` package is available thorugh [maven central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22enry-java%22), +so it be used easily added as a dependency in various package management systems. +Examples of how to handle it for most commons systems are included below, +for other systems just look at maven central's dependency information. + +### Apache Maven + +```xml + + tech.sourced + enry-java + ${enry_version} + +``` + +### Scala SBT + +```scala +libraryDependencies += "tech.sourced" % "enry-java" % enryVersion +``` + +## Build + ### Requirements * `sbt`