License |
License |
---|---|
GroupId | GroupIdcom.baidu.hugegraph |
ArtifactId | ArtifactIdcomputer-algorithm |
Version | Version0.1.2 |
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.2.pom | |
computer-algorithm-0.1.2.jar | 58 MB |
computer-algorithm-0.1.2-sources.jar | 48 KB |
computer-algorithm-0.1.2-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.baidu.hugegraph/computer-algorithm/ -->
<dependency>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>computer-algorithm</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.baidu.hugegraph/computer-algorithm/
implementation 'com.baidu.hugegraph:computer-algorithm:0.1.2'
// https://jarcasting.com/artifacts/com.baidu.hugegraph/computer-algorithm/
implementation ("com.baidu.hugegraph:computer-algorithm:0.1.2")
'com.baidu.hugegraph:computer-algorithm:jar:0.1.2'
<dependency org="com.baidu.hugegraph" name="computer-algorithm" rev="0.1.2">
<artifact name="computer-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.baidu.hugegraph', module='computer-algorithm', version='0.1.2')
)
libraryDependencies += "com.baidu.hugegraph" % "computer-algorithm" % "0.1.2"
[com.baidu.hugegraph/computer-algorithm "0.1.2"]