MVN

eu.antidotedb : antidote-java-client

Maven & Gradle

Dec 11, 2019
2 stars

Java Antidote Client · A client to use the Antidote database from Java.

<dependency>
    <groupId>eu.antidotedb</groupId>
    <artifactId>antidote-java-client</artifactId>
    <version>0.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.antidotedb : antidote-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.5

All Versions

Choose a version of eu.antidotedb : antidote-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
antidote-java-client-0.3.5
antidote-java-client-0.3.4
antidote-java-client-0.3.3
antidote-java-client-0.3.2
antidote-java-client-0.3.1
antidote-java-client-0.3.0
0.1.x
antidote-java-client-0.1.0
0.0.x
antidote-java-client-0.0.6
antidote-java-client-0.0.5
antidote-java-client-0.0.4

How to add a dependency to Maven

Add the following eu.antidotedb : antidote-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.antidotedb</groupId>
    <artifactId>antidote-java-client</artifactId>
    <version>0.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.antidotedb : antidote-java-client gradle dependency to your build.gradle file:

implementation 'eu.antidotedb:antidote-java-client:0.3.5'

Gradle Kotlin DSL: Add the following eu.antidotedb : antidote-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.antidotedb:antidote-java-client:0.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.antidotedb : antidote-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.antidotedb" % "antidote-java-client" % "0.3.5"

Advertisement