is not current version
Last Version 2.6.0

com.tinkerpop:frames 0.7

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.

GroupId

GroupId

com.tinkerpop
ArtifactId

ArtifactId

frames
Version

Version

0.7
Type

Type

jar

Download frames 0.7


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