<dependency> <groupId>com.graphaware.neo4j</groupId> <artifactId>uuid</artifactId> <version>3.3.2.52.14</version> </dependency>
implementation 'com.graphaware.neo4j:uuid:3.3.2.52.14'
implementation("com.graphaware.neo4j:uuid:3.3.2.52.14")
libraryDependencies += "com.graphaware.neo4j" % "uuid" % "3.3.2.52.14"
@Grapes( @Grab(group='com.graphaware.neo4j', module='uuid', version='3.3.2.52.14') )
<dependency org="com.graphaware.neo4j" name="uuid" rev="3.3.2.52.14" />
[com.graphaware.neo4j/uuid "3.3.2.52.14"]
'com.graphaware.neo4j:uuid:jar:3.3.2.52.14'
<parent> <groupId>com.graphaware.neo4j</groupId> <artifactId>module-parent</artifactId> <version>3.3.2.52</version> </parent>
compile
|-- com.graphaware.neo4j:runtime
|-- com.graphaware.neo4j:tx-api
|-- com.graphaware.neo4j:tx-executor
|-- org.springframework:spring-webmvc
|-- com.graphaware.neo4j:server