enry-java: Add instructions to include enry-java as a dependency.

Signed-off-by: Alfredo Beaumont <alfredo.beaumont@gmail.com>
This commit is contained in:
Alfredo Beaumont 2017-10-05 10:22:41 +02:00
parent ac3b1316c4
commit e2a58f0984

View File

@ -1,5 +1,30 @@
# enry-java # 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
<dependency>
<groupId>tech.sourced</groupId>
<artifactId>enry-java</artifactId>
<version>1.0.0</version>
</dependency>
```
### Scala SBT
```scala
libraryDependencies += "tech.sourced" % "enry-java" % "1.0.0"
```
## Build
### Requirements ### Requirements
* `sbt` * `sbt`