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