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