Files download
File Operation
graphaware-parent-3.5.1.53.pom download
Apache Maven
<dependency>
  <groupId>com.graphaware.neo4j</groupId>
  <artifactId>graphaware-parent</artifactId>
  <version>3.5.1.53</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.graphaware.neo4j:graphaware-parent:3.5.1.53'
Gradle Kotlin
implementation("com.graphaware.neo4j:graphaware-parent:3.5.1.53")
Scala SBT
libraryDependencies += "com.graphaware.neo4j" % "graphaware-parent" % "3.5.1.53"
Groovy Grape
@Grapes(
  @Grab(group='com.graphaware.neo4j', module='graphaware-parent', version='3.5.1.53')
)
Apache Ivy
<dependency org="com.graphaware.neo4j" name="graphaware-parent" rev="3.5.1.53" />
Leiningen
[com.graphaware.neo4j/graphaware-parent "3.5.1.53"]
Apache Buildr
'com.graphaware.neo4j:graphaware-parent:jar:3.5.1.53'