kotlintezos

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

io.camlcase
ArtifactId

ArtifactId

kotlintezos
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://gitlab.com/camlcase-dev/kotlin-tezos
Source Code Management

Source Code Management

https://gitlab.com/camlcase-dev/kotlin-tezos/tree/master

Download kotlintezos

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.squareup.okhttp3 : logging-interceptor jar 4.9.1
org.jetbrains.kotlinx : kotlinx-serialization-json jar 1.2.1
org.mozilla : rhino jar 1.7.13
com.squareup.okhttp3 : okhttp jar 4.9.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.21

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0
2.0.0-alpha02
2.0.0-alpha01