文件名 | 操作 |
---|---|
janusgraph-examples-1.0.0-20221214-084825.b0b98e3.pom | 下载 |
<dependency>
<groupId>org.janusgraph.commit</groupId>
<artifactId>janusgraph-examples</artifactId>
<version>1.0.0-20221214-084825.b0b98e3</version>
<type>pom</type>
</dependency>
implementation 'org.janusgraph.commit:janusgraph-examples:1.0.0-20221214-084825.b0b98e3'
implementation("org.janusgraph.commit:janusgraph-examples:1.0.0-20221214-084825.b0b98e3")
libraryDependencies += "org.janusgraph.commit" % "janusgraph-examples" % "1.0.0-20221214-084825.b0b98e3"
@Grapes(
@Grab(group='org.janusgraph.commit', module='janusgraph-examples', version='1.0.0-20221214-084825.b0b98e3')
)
<dependency org="org.janusgraph.commit" name="janusgraph-examples" rev="1.0.0-20221214-084825.b0b98e3" />