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