r

runtime

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