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