GroupId | GroupIdjen |
---|---|
ArtifactId | ArtifactIdjen-tools |
Version | Version0.20 |
Type | Typejar |
Filename | Size |
---|---|
jen-tools-0.20.pom | |
jen-tools-0.20.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jen/jen-tools/ -->
<dependency>
<groupId>jen</groupId>
<artifactId>jen-tools</artifactId>
<version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/jen/jen-tools/
implementation 'jen:jen-tools:0.20'
// https://jarcasting.com/artifacts/jen/jen-tools/
implementation ("jen:jen-tools:0.20")
'jen:jen-tools:jar:0.20'
<dependency org="jen" name="jen-tools" rev="0.20">
<artifact name="jen-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='jen', module='jen-tools', version='0.20')
)
libraryDependencies += "jen" % "jen-tools" % "0.20"
[jen/jen-tools "0.20"]