Merge pull request #122 from abeaumont/feature/enry-java-maven-central-instructions

enry-java: Add instructions to include enry-java as a dependency.
This commit is contained in:
Alfredo Beaumont 2017-10-05 16:24:59 +02:00 committed by GitHub
commit 59b2393d28

View File

@ -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
<dependency>
<groupId>tech.sourced</groupId>
<artifactId>enry-java</artifactId>
<version>${enry_version}</version>
</dependency>
```
### Scala SBT
```scala
libraryDependencies += "tech.sourced" % "enry-java" % enryVersion
```
## Build
### Requirements
* `sbt`