License |
License |
---|---|
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdcomputer-algorithm |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhugegraph-computer is a fast-speed, highly-scalable, fault-tolerance graph processing system developed by baidu.
|
Filename | Size |
---|---|
computer-algorithm-0.1.3.pom | |
computer-algorithm-0.1.3.jar | 7 KB |
computer-algorithm-0.1.3-sources.jar | 5 KB |
computer-algorithm-0.1.3-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/computer-algorithm/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>computer-algorithm</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/computer-algorithm/
implementation 'com.baidu.hugegraph:computer-algorithm:0.1.3'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/computer-algorithm/
implementation ("com.baidu.hugegraph:computer-algorithm:0.1.3")
'com.baidu.hugegraph:computer-algorithm:jar:0.1.3'
<dependency org="com.baidu.hugegraph" name="computer-algorithm" rev="0.1.3">
<artifact name="computer-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='computer-algorithm', version='0.1.3')
)
libraryDependencies += "com.baidu.hugegraph" % "computer-algorithm" % "0.1.3"
[com.baidu.hugegraph/computer-algorithm "0.1.3"]