GroupId | GroupIdio.camlcase |
---|---|
ArtifactId | ArtifactIdjavatezos |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
javatezos-0.1.0.pom | |
javatezos-0.1.0-sources.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camlcase/javatezos/ -->
<dependency>
<groupId>io.camlcase</groupId>
<artifactId>javatezos</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.camlcase/javatezos/
implementation 'io.camlcase:javatezos:0.1.0'
// https://jarcasting.com/artifacts/io.camlcase/javatezos/
implementation ("io.camlcase:javatezos:0.1.0")
'io.camlcase:javatezos:aar:0.1.0'
<dependency org="io.camlcase" name="javatezos" rev="0.1.0">
<artifact name="javatezos" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.camlcase', module='javatezos', version='0.1.0')
)
libraryDependencies += "io.camlcase" % "javatezos" % "0.1.0"
[io.camlcase/javatezos "0.1.0"]