Jar examples for 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.
You can download jar file frames 2.4.0 in this page.
BSD 3-Clause
You can use the following script to add frames-2.4.0.jar to your project.
<dependency> <groupId>com.tinkerpop</groupId> <artifactId>frames</artifactId> <version>2.4.0</version> </dependency>
compile group: 'com.tinkerpop', name: 'frames', version: '2.4.0'
libraryDependencies += "com.tinkerpop" % "frames" % "2.4.0"
<dependency org="com.tinkerpop" name="frames" rev="2.4.0"/>
@Grapes(@Grab(group='com.tinkerpop', module='frames', version='2.4.0'))
'com.tinkerpop:frames:jar:2.4.0'
Click the following link to download the jar file.
frames-2.4.0-javadoc.jar