MVN

com.graphaware.neo4j : uuid

Maven & Gradle

Nov 14, 2020
5 usages
103 stars

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>uuid</artifactId>
    <version>4.1.4.58.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphaware.neo4j : uuid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.4.58.19

All Versions

Choose a version of com.graphaware.neo4j : uuid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
uuid-4.1.4.58.19
4.0.x
uuid-4.0.9.58.19
uuid-4.0.8.58.19
3.5.x
uuid-3.5.14.58.19
uuid-3.5.14.55.19
uuid-3.5.13.55.19
uuid-3.5.12.55.19
uuid-3.5.11.54.19
uuid-3.5.9.54.19
uuid-3.5.9.54.18
uuid-3.5.8.54.18
uuid-3.5.7.54.18
uuid-3.5.6.54.18
uuid-3.5.5.53.18
uuid-3.5.5.53.0
uuid-3.5.4.53.17
uuid-3.5.3.53.17
uuid-3.5.2.53.17
uuid-3.5.1.53.17
uuid-3.5.0.53.17
3.4.x
uuid-3.4.9.52.17
uuid-3.4.8.52.17
uuid-3.4.7.52.17
uuid-3.4.6.52.17
uuid-3.4.5.52.17
uuid-3.4.3.52.17
uuid-3.4.0.52.17
3.3.x
uuid-3.3.5.52.17
uuid-3.3.3.52.17
uuid-3.3.3.52.16
uuid-3.3.2.52.15
uuid-3.3.2.52.14
uuid-3.3.2.51.14
uuid-3.3.1.51.14
uuid-3.3.0.51.14
3.2.x
uuid-3.2.6.51.14
uuid-3.2.5.51.14
uuid-3.2.3.51.14
uuid-3.2.1.51.14
uuid-3.2.1.50.14
3.1.x
uuid-3.1.4.49.14
uuid-3.1.3.48.14
uuid-3.1.3.45.14
uuid-3.1.0.44.13
3.0.x
uuid-3.0.7.44.13
uuid-3.0.6.43.11
uuid-3.0.4.43.10
uuid-3.0.4.42.10
uuid-3.0.3.39.10
uuid-3.0.2.39.10
uuid-3.0.2.39.9
uuid-3.0.1.38.9
uuid-3.0.1.38.8
2.3.x
uuid-2.3.3.37.8
uuid-2.3.2.37.8
uuid-2.3.2.37.7
uuid-2.3.1.37.7
uuid-2.3.1.36.7
uuid-2.3.1.35.7
uuid-2.3.0.35.7
2.2.x
uuid-2.2.6.35.7
uuid-2.2.5.35.7
uuid-2.2.5.34.7
uuid-2.2.4.34.7
uuid-2.2.2.33.7
uuid-2.2.2.32.7
uuid-2.2.2.31.7
uuid-2.2.1.30.7
uuid-2.2.0.30.7
uuid-2.2.0.28.7
2.1.x
uuid-2.1.7.28.7
uuid-2.1.6.27.7
uuid-2.1.6.26.7
uuid-2.1.5.25.7
uuid-2.1.5.21.7
uuid-2.1.4.19.6
uuid-2.1.4.18.5
uuid-2.1.3.15.4
uuid-2.1.3.11.3
uuid-2.1.3.11.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphaware.neo4j</groupId>
    <artifactId>uuid</artifactId>
    <version>4.1.4.58.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphaware.neo4j : uuid gradle dependency to your build.gradle file:

implementation 'com.graphaware.neo4j:uuid:4.1.4.58.19'

Gradle Kotlin DSL: Add the following com.graphaware.neo4j : uuid gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphaware.neo4j:uuid:4.1.4.58.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphaware.neo4j : uuid sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphaware.neo4j" % "uuid" % "4.1.4.58.19"

Advertisement