r

runtime

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