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