GroupId | GroupIdcom.tinkerpop.blueprints |
---|---|
ArtifactId | ArtifactIdblueprints-graph-sail |
Version | Version2.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-sail/ -->
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-graph-sail</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-sail/
implementation 'com.tinkerpop.blueprints:blueprints-graph-sail:2.4.0'
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints-graph-sail/
implementation ("com.tinkerpop.blueprints:blueprints-graph-sail:2.4.0")
'com.tinkerpop.blueprints:blueprints-graph-sail:jar:2.4.0'
<dependency org="com.tinkerpop.blueprints" name="blueprints-graph-sail" rev="2.4.0">
<artifact name="blueprints-graph-sail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-sail', version='2.4.0')
)
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints-graph-sail" % "2.4.0"
[com.tinkerpop.blueprints/blueprints-graph-sail "2.4.0"]