Categories |
CategoriesJava Languages Ant Build Tools CLI User Interface |
---|---|
GroupId | GroupIdeu.antidotedb |
ArtifactId | ArtifactIdantidote-java-client |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
antidote-java-client-0.3.2.pom | |
antidote-java-client-0.3.2.jar | 537 KB |
antidote-java-client-0.3.2-sources.jar | 115 KB |
antidote-java-client-0.3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/ -->
<dependency>
<groupId>eu.antidotedb</groupId>
<artifactId>antidote-java-client</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/
implementation 'eu.antidotedb:antidote-java-client:0.3.2'
// https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/
implementation ("eu.antidotedb:antidote-java-client:0.3.2")
'eu.antidotedb:antidote-java-client:jar:0.3.2'
<dependency org="eu.antidotedb" name="antidote-java-client" rev="0.3.2">
<artifact name="antidote-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.antidotedb', module='antidote-java-client', version='0.3.2')
)
libraryDependencies += "eu.antidotedb" % "antidote-java-client" % "0.3.2"
[eu.antidotedb/antidote-java-client "0.3.2"]