f

frames

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.
http://frames.tinkerpop.com
BSD 3-Clause
Marko A. Rodriguez Joshua Shinavier Bryn Cooke
Files download
File Operation
frames-2.6.0.jar download
frames-2.6.0.pom download
frames-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tinkerpop</groupId>
  <artifactId>frames</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.tinkerpop:frames:2.6.0'
Gradle Kotlin
implementation("com.tinkerpop:frames:2.6.0")
Scala SBT
libraryDependencies += "com.tinkerpop" % "frames" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tinkerpop', module='frames', version='2.6.0')
)
Apache Ivy
<dependency org="com.tinkerpop" name="frames" rev="2.6.0" />
Leiningen
[com.tinkerpop/frames "2.6.0"]
Apache Buildr
'com.tinkerpop:frames:jar:2.6.0'