Последняя версия

Frames: An Object to Graph Framework 2.6.0

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.

Лицензия

Лицензия

Группа

Группа

com.tinkerpop
Идентификатор

Идентификатор

frames
Версия

Версия

2.6.0
Тип

Тип

jar
Описание

Описание

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.

Скачать frames 2.6.0


<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

test (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.