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