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