GroupId | GroupIdcz.o2.proxima |
---|---|
ArtifactId | ArtifactIdscheme |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
scheme-0.1.0.pom | |
scheme-0.1.0.jar | 5 KB |
scheme-0.1.0-tests.jar | 63 KB |
scheme-0.1.0-sources.jar | 5 KB |
scheme-0.1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.o2.proxima/scheme/ -->
<dependency>
<groupId>cz.o2.proxima</groupId>
<artifactId>scheme</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.o2.proxima/scheme/
implementation 'cz.o2.proxima:scheme:0.1.0'
// https://jarcasting.com/artifacts/cz.o2.proxima/scheme/
implementation ("cz.o2.proxima:scheme:0.1.0")
'cz.o2.proxima:scheme:jar:0.1.0'
<dependency org="cz.o2.proxima" name="scheme" rev="0.1.0">
<artifact name="scheme" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.o2.proxima', module='scheme', version='0.1.0')
)
libraryDependencies += "cz.o2.proxima" % "scheme" % "0.1.0"
[cz.o2.proxima/scheme "0.1.0"]