Last Version

Frames: An Object to Graph Framework 2.6.0

Frames is a framework for exposing the elements of a Blueprints graph as Java objects. Instead of writing software in terms of vertices and edges, with Frames, software is written in terms of domain objects and their relationships to each other.

License

License

GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

frames
Version

Version

2.6.0
Type

Type

jar
Description

Description

Frames: An Object to Graph Framework
Frames is a framework for exposing the elements of a Blueprints graph as Java objects. Instead of writing software in terms of vertices and edges, with Frames, software is written in terms of domain objects and their relationships to each other.

Download frames 2.6.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.tinkerpop.blueprints : blueprints-core jar 2.6.0
com.tinkerpop.gremlin : gremlin-groovy jar 2.6.0
org.javassist : javassist jar 3.18.0-GA
com.google.guava : guava jar 14.0.1

test (3)

Group / Artifact Type Version
com.tinkerpop.blueprints : blueprints-sail-graph jar 2.6.0
com.tinkerpop.blueprints : blueprints-test jar 2.6.0
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.