mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 16:40:08 -03:00
docs: Replace enry-java version literal by a variable.
Signed-off-by: Alfredo Beaumont <alfredo.beaumont@gmail.com>
This commit is contained in:
parent
e2a58f0984
commit
f710460ae4
@ -13,14 +13,14 @@ for other systems just look at maven central's dependency information.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>tech.sourced</groupId>
|
<groupId>tech.sourced</groupId>
|
||||||
<artifactId>enry-java</artifactId>
|
<artifactId>enry-java</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>${enry_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Scala SBT
|
### Scala SBT
|
||||||
|
|
||||||
```scala
|
```scala
|
||||||
libraryDependencies += "tech.sourced" % "enry-java" % "1.0.0"
|
libraryDependencies += "tech.sourced" % "enry-java" % enryVersion
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user