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