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

com.graphaware.neo4j:uuid 2.2.1.30.7

GraphAware UUID Module that assigns a UUID to every node in the graph and doesn't let anyone change it or delete it.

Категории

Категории

Neo4J Данные Базы данных
Группа

Группа

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

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

uuid
Версия

Версия

2.2.1.30.7
Тип

Тип

jar

Скачать uuid 2.2.1.30.7


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