License |
License |
---|---|
GroupId | GroupIduk.gov.nca.graph |
ArtifactId | ArtifactIdutils |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionGraph Utils
Utilities for working with Tinkerpop graphs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
utils-1.1.pom | |
utils-1.1.jar | 21 KB |
utils-1.1-sources.jar | 13 KB |
utils-1.1-shaded.jar | 10 MB |
utils-1.1-javadoc.jar | 409 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.nca.graph/utils/ -->
<dependency>
<groupId>uk.gov.nca.graph</groupId>
<artifactId>utils</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.nca.graph/utils/
implementation 'uk.gov.nca.graph:utils:1.1'
// https://jarcasting.com/artifacts/uk.gov.nca.graph/utils/
implementation ("uk.gov.nca.graph:utils:1.1")
'uk.gov.nca.graph:utils:jar:1.1'
<dependency org="uk.gov.nca.graph" name="utils" rev="1.1">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.nca.graph', module='utils', version='1.1')
)
libraryDependencies += "uk.gov.nca.graph" % "utils" % "1.1"
[uk.gov.nca.graph/utils "1.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-cli : commons-cli | jar | 1.4 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.tinkerpop : gremlin-core | jar | 3.3.4 |
org.apache.tinkerpop : tinkergraph-gremlin | jar | 3.3.4 |
org.mockito : mockito-core | jar | 2.23.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.25 |