GroupId | GroupIdorg.vertexium |
---|---|
ArtifactId | ArtifactIdvertexium-accumulo |
Version | Version4.1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
vertexium-accumulo-4.1.1.5.pom | |
vertexium-accumulo-4.1.1.5.jar | 195 KB |
vertexium-accumulo-4.1.1.5-tests.jar | 21 KB |
vertexium-accumulo-4.1.1.5-sources.jar | 76 KB |
vertexium-accumulo-4.1.1.5-javadoc.jar | 317 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vertexium/vertexium-accumulo/ -->
<dependency>
<groupId>org.vertexium</groupId>
<artifactId>vertexium-accumulo</artifactId>
<version>4.1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.vertexium/vertexium-accumulo/
implementation 'org.vertexium:vertexium-accumulo:4.1.1.5'
// https://jarcasting.com/artifacts/org.vertexium/vertexium-accumulo/
implementation ("org.vertexium:vertexium-accumulo:4.1.1.5")
'org.vertexium:vertexium-accumulo:jar:4.1.1.5'
<dependency org="org.vertexium" name="vertexium-accumulo" rev="4.1.1.5">
<artifact name="vertexium-accumulo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vertexium', module='vertexium-accumulo', version='4.1.1.5')
)
libraryDependencies += "org.vertexium" % "vertexium-accumulo" % "4.1.1.5"
[org.vertexium/vertexium-accumulo "4.1.1.5"]