GroupId | GroupIdorg.vertexium |
---|---|
ArtifactId | ArtifactIdvertexium-accumulo-blueprints |
Version | Version3.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.vertexium/vertexium-accumulo-blueprints/ -->
<dependency>
<groupId>org.vertexium</groupId>
<artifactId>vertexium-accumulo-blueprints</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.vertexium/vertexium-accumulo-blueprints/
implementation 'org.vertexium:vertexium-accumulo-blueprints:3.2.2'
// https://jarcasting.com/artifacts/org.vertexium/vertexium-accumulo-blueprints/
implementation ("org.vertexium:vertexium-accumulo-blueprints:3.2.2")
'org.vertexium:vertexium-accumulo-blueprints:jar:3.2.2'
<dependency org="org.vertexium" name="vertexium-accumulo-blueprints" rev="3.2.2">
<artifact name="vertexium-accumulo-blueprints" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vertexium', module='vertexium-accumulo-blueprints', version='3.2.2')
)
libraryDependencies += "org.vertexium" % "vertexium-accumulo-blueprints" % "3.2.2"
[org.vertexium/vertexium-accumulo-blueprints "3.2.2"]