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