is not current version
Last Version 2.6.0

com.tinkerpop.blueprints:blueprints 1.2

Blueprints is a property graph model interface. It provides implementations, ouplementations, test suites, and supporting utilities.

GroupId

GroupId

com.tinkerpop.blueprints
ArtifactId

ArtifactId

blueprints
Version

Version

1.2
Type

Type

pom

Download blueprints 1.2

Filename Size
blueprints-1.2.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints/ -->
<dependency>
    <groupId>com.tinkerpop.blueprints</groupId>
    <artifactId>blueprints</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints/
implementation 'com.tinkerpop.blueprints:blueprints:1.2'
// https://jarcasting.com/artifacts/com.tinkerpop.blueprints/blueprints/
implementation ("com.tinkerpop.blueprints:blueprints:1.2")
'com.tinkerpop.blueprints:blueprints:pom:1.2'
<dependency org="com.tinkerpop.blueprints" name="blueprints" rev="1.2">
  <artifact name="blueprints" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints', version='1.2')
)
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints" % "1.2"
[com.tinkerpop.blueprints/blueprints "1.2"]