GroupId | GroupIdcz.o2.proxima |
---|---|
ArtifactId | ArtifactIdtools |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tools-0.2.0.pom | |
tools-0.2.0.jar | 71 KB |
tools-0.2.0-sources.jar | 29 KB |
tools-0.2.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.o2.proxima/tools/ -->
<dependency>
<groupId>cz.o2.proxima</groupId>
<artifactId>tools</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.o2.proxima/tools/
implementation 'cz.o2.proxima:tools:0.2.0'
// https://jarcasting.com/artifacts/cz.o2.proxima/tools/
implementation ("cz.o2.proxima:tools:0.2.0")
'cz.o2.proxima:tools:jar:0.2.0'
<dependency org="cz.o2.proxima" name="tools" rev="0.2.0">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.o2.proxima', module='tools', version='0.2.0')
)
libraryDependencies += "cz.o2.proxima" % "tools" % "0.2.0"
[cz.o2.proxima/tools "0.2.0"]