mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
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:
commit
59b2393d28
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user