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