GroupId | GroupIdorg.securegraph |
---|---|
ArtifactId | ArtifactIdsecuregraph-accumulo |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
securegraph-accumulo-0.8.1.pom | |
securegraph-accumulo-0.8.1.jar | 92 KB |
securegraph-accumulo-0.8.1-sources.jar | 34 KB |
securegraph-accumulo-0.8.1-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.securegraph/securegraph-accumulo/ -->
<dependency>
<groupId>org.securegraph</groupId>
<artifactId>securegraph-accumulo</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.securegraph/securegraph-accumulo/
implementation 'org.securegraph:securegraph-accumulo:0.8.1'
// https://jarcasting.com/artifacts/org.securegraph/securegraph-accumulo/
implementation ("org.securegraph:securegraph-accumulo:0.8.1")
'org.securegraph:securegraph-accumulo:jar:0.8.1'
<dependency org="org.securegraph" name="securegraph-accumulo" rev="0.8.1">
<artifact name="securegraph-accumulo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.securegraph', module='securegraph-accumulo', version='0.8.1')
)
libraryDependencies += "org.securegraph" % "securegraph-accumulo" % "0.8.1"
[org.securegraph/securegraph-accumulo "0.8.1"]