Download frames-2.4.0.jar file - Jar f

Jar examples for f:frames

Description

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.

License

BSD 3-Clause

Build File

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'

Download

Click the following link to download the jar file.

frames-2.4.0-javadoc.jar
frames-2.4.0-sources.jar
frames-2.4.0.jar
frames-2.4.0.pom



Related Tutorials