GroupId | GroupIdcom.tinkerpop.blueprints |
---|---|
ArtifactId | ArtifactIdblueprints-graph-sail |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
blueprints-graph-sail-1.2.pom | |
blueprints-graph-sail-1.2.jar | 43 KB |
blueprints-graph-sail-1.2-sources.jar | 19 KB |
blueprints-graph-sail-1.2-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-sail/ -->
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-graph-sail</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-sail/
implementation 'com.tinkerpop.blueprints:blueprints-graph-sail:1.2'
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-sail/
implementation ("com.tinkerpop.blueprints:blueprints-graph-sail:1.2")
'com.tinkerpop.blueprints:blueprints-graph-sail:jar:1.2'
<dependency org="com.tinkerpop.blueprints" name="blueprints-graph-sail" rev="1.2">
<artifact name="blueprints-graph-sail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-sail', version='1.2')
)
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints-graph-sail" % "1.2"
[com.tinkerpop.blueprints/blueprints-graph-sail "1.2"]