License |
License |
---|---|
Categories |
CategoriesJava Languages Ant Build Tools CLI User Interface |
GroupId | GroupIdeu.antidotedb |
ArtifactId | ArtifactIdantidote-java-client |
Last Version | Last Version0.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Antidote Client
A client to use the Antidote database from Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
antidote-java-client-0.3.5.pom | |
antidote-java-client-0.3.5.jar | 559 KB |
antidote-java-client-0.3.5-sources.jar | 119 KB |
antidote-java-client-0.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/
implementation 'eu.antidotedb:antidote-java-client:0.3.5'
// https://jarcasting.com/artifacts/eu.antidotedb/antidote-java-client/
implementation ("eu.antidotedb:antidote-java-client:0.3.5")
'eu.antidotedb:antidote-java-client:jar:0.3.5'
<dependency org="eu.antidotedb" name="antidote-java-client" rev="0.3.5">
<artifact name="antidote-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.antidotedb', module='antidote-java-client', version='0.3.5')
)
libraryDependencies += "eu.antidotedb" % "antidote-java-client" % "0.3.5"
[eu.antidotedb/antidote-java-client "0.3.5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.protobuf : protobuf-java | jar | 3.8.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |