GroupId | GroupIduk.org.retep |
---|---|
ArtifactId | ArtifactIdretepTools |
Version | Version10.5 |
Type | Typejar |
Filename | Size |
---|---|
retepTools-10.5.pom | |
retepTools-10.5.jar | 2 KB |
retepTools-10.5-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep/retepTools/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepTools</artifactId>
<version>10.5</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/retepTools/
implementation 'uk.org.retep:retepTools:10.5'
// https://jarcasting.com/artifacts/uk.org.retep/retepTools/
implementation ("uk.org.retep:retepTools:10.5")
'uk.org.retep:retepTools:jar:10.5'
<dependency org="uk.org.retep" name="retepTools" rev="10.5">
<artifact name="retepTools" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='retepTools', version='10.5')
)
libraryDependencies += "uk.org.retep" % "retepTools" % "10.5"
[uk.org.retep/retepTools "10.5"]