| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.pilosa |
| ArtifactId | ArtifactIdpilosa-client |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.pilosa:pilosa-client
Java client for Pilosa high performance distributed index
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pilosa-client-1.4.0.pom | |
| pilosa-client-1.4.0.jar | 360 KB |
| pilosa-client-1.4.0-sources.jar | 175 KB |
| pilosa-client-1.4.0-javadoc.jar | 382 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pilosa/pilosa-client/ -->
<dependency>
<groupId>com.pilosa</groupId>
<artifactId>pilosa-client</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pilosa/pilosa-client/
implementation 'com.pilosa:pilosa-client:1.4.0'
// https://jarcasting.com/artifacts/com.pilosa/pilosa-client/
implementation ("com.pilosa:pilosa-client:1.4.0")
'com.pilosa:pilosa-client:jar:1.4.0'
<dependency org="com.pilosa" name="pilosa-client" rev="1.4.0">
<artifact name="pilosa-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pilosa', module='pilosa-client', version='1.4.0')
)
libraryDependencies += "com.pilosa" % "pilosa-client" % "1.4.0"
[com.pilosa/pilosa-client "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.8.0-beta2 |
| org.apache.commons : commons-lang3 | jar | 3.5 |
| org.apache.httpcomponents : httpclient | jar | 4.5.3 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.1 |
| com.google.protobuf : protobuf-java | jar | 3.6.1 |
| com.pilosa : roaring | jar | 0.2.2 |
| io.opentracing : opentracing-noop | jar | 0.32.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |