GroupId | GroupIdorg.janusgraph |
---|---|
ArtifactId | ArtifactIdjanusgraph-driver |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
janusgraph-driver-0.5.0.pom | |
janusgraph-driver-0.5.0.jar | 77 KB |
janusgraph-driver-0.5.0-sources.jar | 31 KB |
janusgraph-driver-0.5.0-javadoc.jar | 239 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.janusgraph/janusgraph-driver/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-driver</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-driver/
implementation 'org.janusgraph:janusgraph-driver:0.5.0'
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-driver/
implementation ("org.janusgraph:janusgraph-driver:0.5.0")
'org.janusgraph:janusgraph-driver:jar:0.5.0'
<dependency org="org.janusgraph" name="janusgraph-driver" rev="0.5.0">
<artifact name="janusgraph-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='janusgraph-driver', version='0.5.0')
)
libraryDependencies += "org.janusgraph" % "janusgraph-driver" % "0.5.0"
[org.janusgraph/janusgraph-driver "0.5.0"]