Registry / database / blueprints-core

blueprints-core

JSON →
library2.6.0javamavenunverified

Core interfaces and utilities for the Blueprints property graph model.

<dependency> <groupId>com.tinkerpop.blueprints</groupId> <artifactId>blueprints-core</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · BLUEPRINTS-CORE
B
blueprints-core
databasejavav2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
com.tinkerpop.blueprints.Graph

Creating a TinkerGraph instance using Blueprints API

import com.tinkerpop.blueprints.Graph; public class Example { public static void main(String[] args) { Graph graph = new com.tinkerpop.blueprints.impls.tg.TinkerGraph(); System.out.println("Graph created"); } }
Debug
Known issues
breakingBlueprints 2.x is deprecated; use TinkerPop 3.x (Apache TinkerPop) instead.
fix
Migrate to Apache TinkerPop (org.apache.tinkerpop:gremlin-core).
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
blueprints-core — mvn dependency:get blueprints-core · libregistry