文件下载
文件名 操作
example-cql-1.0.0-20221223-103952.96483fb.pom 下载
Apache Maven
<dependency>
  <groupId>org.janusgraph.commit</groupId>
  <artifactId>example-cql</artifactId>
  <version>1.0.0-20221223-103952.96483fb</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.janusgraph.commit:example-cql:1.0.0-20221223-103952.96483fb'
Gradle Kotlin
implementation("org.janusgraph.commit:example-cql:1.0.0-20221223-103952.96483fb")
Scala SBT
libraryDependencies += "org.janusgraph.commit" % "example-cql" % "1.0.0-20221223-103952.96483fb"
Groovy Grape
@Grapes(
  @Grab(group='org.janusgraph.commit', module='example-cql', version='1.0.0-20221223-103952.96483fb')
)
Apache Ivy
<dependency org="org.janusgraph.commit" name="example-cql" rev="1.0.0-20221223-103952.96483fb" />
Leiningen
[org.janusgraph.commit/example-cql "1.0.0-20221223-103952.96483fb"]
Apache Buildr
'org.janusgraph.commit:example-cql:jar:1.0.0-20221223-103952.96483fb'