s

sample-kibbles

A sample project that showcases the features of how to build a Rexster Extension.
http://rexster-kibbles.tinkerpop.com
文件下载
文件名 操作
sample-kibbles-2.6.0.jar 下载
sample-kibbles-2.6.0.pom 下载
sample-kibbles-2.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tinkerpop.rexster.rexster-kibbles</groupId>
  <artifactId>sample-kibbles</artifactId>
  <version>2.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.tinkerpop.rexster.rexster-kibbles:sample-kibbles:2.6.0'
Gradle Kotlin
implementation("com.tinkerpop.rexster.rexster-kibbles:sample-kibbles:2.6.0")
Scala SBT
libraryDependencies += "com.tinkerpop.rexster.rexster-kibbles" % "sample-kibbles" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tinkerpop.rexster.rexster-kibbles', module='sample-kibbles', version='2.6.0')
)
Apache Ivy
<dependency org="com.tinkerpop.rexster.rexster-kibbles" name="sample-kibbles" rev="2.6.0" />
Leiningen
[com.tinkerpop.rexster.rexster-kibbles/sample-kibbles "2.6.0"]
Apache Buildr
'com.tinkerpop.rexster.rexster-kibbles:sample-kibbles:jar:2.6.0'