is not current version
Last Version 2.0.2

io.camlcase:kotlintezos 2.0.0

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

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.camlcase
ArtifactId

ArtifactId

kotlintezos
Version

Version

2.0.0
Type

Type

aar

Download kotlintezos 2.0.0


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