MVN

io.camlcase : javatezos

Maven & Gradle

Apr 08, 2021

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

<dependency>
    <groupId>io.camlcase</groupId>
    <artifactId>javatezos</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.camlcase : javatezos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0
  • Latest Alpha: 1.9.0-alpha06

All Versions

Choose a version of io.camlcase : javatezos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
javatezos-1.9.0-alpha06
javatezos-1.9.0-alpha05
javatezos-1.9.0-alpha04
javatezos-1.9.0-alpha03
javatezos-1.9.0-alpha02
javatezos-1.9.0-alpha01
1.8.x
javatezos-1.8.0
javatezos-1.8.0-alpha07
javatezos-1.8.0-alpha06
javatezos-1.8.0-alpha05
javatezos-1.8.0-alpha04
javatezos-1.8.0-alpha03
javatezos-1.8.0-alpha02
javatezos-1.8.0-alpha01
1.7.x
javatezos-1.7.3-alpha01
javatezos-1.7.2
javatezos-1.7.1
javatezos-1.7.0
1.6.x
javatezos-1.6.4
javatezos-1.6.3
javatezos-1.6.2
javatezos-1.6.1
javatezos-1.6.0
1.5.x
javatezos-1.5.6
javatezos-1.5.5
javatezos-1.5.4
javatezos-1.5.3
javatezos-1.5.2
javatezos-1.5.1
javatezos-1.5.0
1.4.x
javatezos-1.4.0
1.3.x
javatezos-1.3.0
1.2.x
javatezos-1.2.0
1.1.x
javatezos-1.1.1
javatezos-1.1.0
1.0.x
javatezos-1.0.2
javatezos-1.0.1
javatezos-1.0.0
0.1.x
javatezos-0.1.0

How to add a dependency to Maven

Add the following io.camlcase : javatezos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.camlcase</groupId>
    <artifactId>javatezos</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.camlcase : javatezos gradle dependency to your build.gradle file:

implementation 'io.camlcase:javatezos:1.8.0'

Gradle Kotlin DSL: Add the following io.camlcase : javatezos gradle kotlin dependency to your build.gradle.kts file:

implementation("io.camlcase:javatezos:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.camlcase : javatezos sbt scala dependency to your build.sbt file:

libraryDependencies += "io.camlcase" % "javatezos" % "1.8.0"

Advertisement