MVN

io.tatum : tatum-java

Maven & Gradle

Oct 13, 2020
9 stars

Tatum API client · Tatum API client allows Java projects to interact with Tatum API.

<dependency>
    <groupId>io.tatum</groupId>
    <artifactId>tatum-java</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tatum : tatum-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of io.tatum : tatum-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tatum-java-1.0.9
tatum-java-1.0.8
tatum-java-1.0.7
tatum-java-1.0.6
tatum-java-1.0.4
tatum-java-1.0.1
tatum-java-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.tatum</groupId>
    <artifactId>tatum-java</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.tatum : tatum-java gradle dependency to your build.gradle file:

implementation 'io.tatum:tatum-java:1.0.9'

Gradle Kotlin DSL: Add the following io.tatum : tatum-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.tatum:tatum-java:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.tatum : tatum-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.tatum" % "tatum-java" % "1.0.9"

Advertisement