License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop.blueprints |
ArtifactId | ArtifactIdblueprints |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBlueprints: A Property Graph Model Interface
Blueprints is a property graph model interface. It provides implementations, ouplementations, test
suites, and supporting utilities.
|
Filename | Size |
---|---|
blueprints-2.6.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints/ -->
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints</artifactId>
<version>2.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints/
implementation 'com.tinkerpop.blueprints:blueprints:2.6.0'
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints/
implementation ("com.tinkerpop.blueprints:blueprints:2.6.0")
'com.tinkerpop.blueprints:blueprints:pom:2.6.0'
<dependency org="com.tinkerpop.blueprints" name="blueprints" rev="2.6.0">
<artifact name="blueprints" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints', version='2.6.0')
)
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints" % "2.6.0"
[com.tinkerpop.blueprints/blueprints "2.6.0"]