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