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

com.tinkerpop:frames 2.3.1

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.3.1
Тип

Тип

jar

Скачать frames 2.3.1


<!-- https://jarcasting.com/artifacts/com.tinkerpop/frames/ -->
<dependency>
    <groupId>com.tinkerpop</groupId>
    <artifactId>frames</artifactId>
    <version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/frames/
implementation 'com.tinkerpop:frames:2.3.1'
// https://jarcasting.com/artifacts/com.tinkerpop/frames/
implementation ("com.tinkerpop:frames:2.3.1")
'com.tinkerpop:frames:jar:2.3.1'
<dependency org="com.tinkerpop" name="frames" rev="2.3.1">
  <artifact name="frames" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='frames', version='2.3.1')
)
libraryDependencies += "com.tinkerpop" % "frames" % "2.3.1"
[com.tinkerpop/frames "2.3.1"]