is not current version
Last Version 1.9.0-alpha06

io.camlcase:javatezos 0.1.0

A Kotlin SDK for operating with the Tezos blockhain in Android.

GroupId

GroupId

io.camlcase
ArtifactId

ArtifactId

javatezos
Version

Version

0.1.0
Type

Type

aar

Download javatezos 0.1.0


<!-- 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"]