is not current version
Last Version 1.9.0-alpha06

io.camlcase:javatezos 1.5.3

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

GroupId

GroupId

io.camlcase
ArtifactId

ArtifactId

javatezos
Version

Version

1.5.3
Type

Type

aar

Download javatezos 1.5.3


<!-- https://jarcasting.com/artifacts/io.camlcase/javatezos/ -->
<dependency>
    <groupId>io.camlcase</groupId>
    <artifactId>javatezos</artifactId>
    <version>1.5.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.camlcase/javatezos/
implementation 'io.camlcase:javatezos:1.5.3'
// https://jarcasting.com/artifacts/io.camlcase/javatezos/
implementation ("io.camlcase:javatezos:1.5.3")
'io.camlcase:javatezos:aar:1.5.3'
<dependency org="io.camlcase" name="javatezos" rev="1.5.3">
  <artifact name="javatezos" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.camlcase', module='javatezos', version='1.5.3')
)
libraryDependencies += "io.camlcase" % "javatezos" % "1.5.3"
[io.camlcase/javatezos "1.5.3"]