u

uuid

GraphAware UUID Module that assigns a UUID to every node in the graph and doesn't let anyone change it or delete it.
http://graphaware.com
GNU General Public License, version 3
Graph Aware Limited
Luanne Misquitta Michal Bachman
文件下载
文件名 操作
uuid-3.3.2.52.14.jar 下载
uuid-3.3.2.52.14.pom 下载
uuid-3.3.2.52.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.graphaware.neo4j</groupId>
  <artifactId>uuid</artifactId>
  <version>3.3.2.52.14</version>
</dependency>
Gradle Groovy
implementation 'com.graphaware.neo4j:uuid:3.3.2.52.14'
Gradle Kotlin
implementation("com.graphaware.neo4j:uuid:3.3.2.52.14")
Scala SBT
libraryDependencies += "com.graphaware.neo4j" % "uuid" % "3.3.2.52.14"
Groovy Grape
@Grapes(
  @Grab(group='com.graphaware.neo4j', module='uuid', version='3.3.2.52.14')
)
Apache Ivy
<dependency org="com.graphaware.neo4j" name="uuid" rev="3.3.2.52.14" />
Leiningen
[com.graphaware.neo4j/uuid "3.3.2.52.14"]
Apache Buildr
'com.graphaware.neo4j:uuid:jar:3.3.2.52.14'