License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop |
ArtifactId | ArtifactIdframes |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFrames: 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.
|
Filename | Size |
---|---|
frames-2.6.0.pom | |
frames-2.6.0.zip | 302 KB |
frames-2.6.0-sources.jar | 13 KB |
frames-2.6.0-javadoc.jar | 124 KB |
Browse |
<!-- 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"]
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 |
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 |