r

runtime

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