docs: Replace enry-java version literal by a variable.

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

View File

@ -13,14 +13,14 @@ for other systems just look at maven central's dependency information.
<dependency>
<groupId>tech.sourced</groupId>
<artifactId>enry-java</artifactId>
<version>1.0.0</version>
<version>${enry_version}</version>
</dependency>
```
### Scala SBT
```scala
libraryDependencies += "tech.sourced" % "enry-java" % "1.0.0"
libraryDependencies += "tech.sourced" % "enry-java" % enryVersion
```
## Build