MVN

com.tinkerpop : frames

Maven & Gradle

Sep 17, 2014
12 usages
138 stars

Frames: 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.

<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>frames</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tinkerpop : frames to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.tinkerpop : frames to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
frames-2.6.0
2.5.x
frames-2.5.0
2.4.x
frames-2.4.0
2.3.x
frames-2.3.1
frames-2.3.0
2.2.x
frames-2.2.0
2.1.x
frames-2.1.0
2.0.x
frames-2.0.0
0.7
frames-0.7

How to add a dependency to Maven

Add the following com.tinkerpop : frames maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>frames</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tinkerpop : frames gradle dependency to your build.gradle file:

implementation 'com.tinkerpop:frames:2.6.0'

Gradle Kotlin DSL: Add the following com.tinkerpop : frames gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tinkerpop:frames:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tinkerpop : frames sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tinkerpop" % "frames" % "2.6.0"

Advertisement

Dependencies from Group

Sep 17, 2014
14 usages
276 stars
Jan 19, 2015
14 usages
Jan 19, 2015
13 usages
Sep 17, 2014
12 usages
138 stars
Jan 19, 2015
11 usages

Discover Dependencies

May 29, 2020
26 usages
17 stars
Jan 19, 2022
5 usages
16 stars
Jun 07, 2020
34 usages
0 stars
Dec 24, 2012
7 usages
78 stars
Jul 28, 2021
6 usages
31 stars
Jul 02, 2019
7 usages
5 stars
Nov 27, 2012
6 usages
Jul 01, 2018
8 usages
363 stars