GroupId | GroupIdcom.baidu.hugegraph |
---|---|
ArtifactId | ArtifactIdhugegraph-example |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
hugegraph-example-0.9.2.pom | |
hugegraph-example-0.9.2.jar | 54 KB |
hugegraph-example-0.9.2-sources.jar | 30 KB |
hugegraph-example-0.9.2-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-example/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-example</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-example/
implementation 'com.baidu.hugegraph:hugegraph-example:0.9.2'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/hugegraph-example/
implementation ("com.baidu.hugegraph:hugegraph-example:0.9.2")
'com.baidu.hugegraph:hugegraph-example:jar:0.9.2'
<dependency org="com.baidu.hugegraph" name="hugegraph-example" rev="0.9.2">
<artifact name="hugegraph-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='hugegraph-example', version='0.9.2')
)
libraryDependencies += "com.baidu.hugegraph" % "hugegraph-example" % "0.9.2"
[com.baidu.hugegraph/hugegraph-example "0.9.2"]