MVN

com.tinkerpop.blueprints : blueprints

Maven & Gradle

Sep 17, 2014
1.3k stars

Blueprints: A Property Graph Model Interface · Blueprints is a property graph model interface. It provides implementations, ouplementations, test suites, and supporting utilities.

<dependency>
    <groupId>com.tinkerpop.blueprints</groupId>
    <artifactId>blueprints</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tinkerpop.blueprints : blueprints to add to Maven - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.tinkerpop.blueprints : blueprints to add to Maven - All Versions:

Version Vulnerabilities Updated
2.6.x
blueprints-2.6.0
2.5.x
blueprints-2.5.0
2.4.x
blueprints-2.4.0
2.3.x
blueprints-2.3.0
2.2.x
blueprints-2.2.0
2.1.x
blueprints-2.1.0
2.0.x
blueprints-2.0.0
1.2
blueprints-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tinkerpop.blueprints</groupId>
    <artifactId>blueprints</artifactId>
    <version>2.6.0</version>
</dependency>

Advertisement