g

gremlin-objects

文件下载
文件名 操作
gremlin-objects-t1.jar 下载
gremlin-objects-t1.pom 下载
gremlin-objects-t1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.karthicks</groupId>
  <artifactId>gremlin-objects</artifactId>
  <version>t1</version>
</dependency>
Gradle Groovy
implementation 'com.github.karthicks:gremlin-objects:t1'
Gradle Kotlin
implementation("com.github.karthicks:gremlin-objects:t1")
Scala SBT
libraryDependencies += "com.github.karthicks" % "gremlin-objects" % "t1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.karthicks', module='gremlin-objects', version='t1')
)
Apache Ivy
<dependency org="com.github.karthicks" name="gremlin-objects" rev="t1" />
Leiningen
[com.github.karthicks/gremlin-objects "t1"]
Apache Buildr
'com.github.karthicks:gremlin-objects:jar:t1'