| License |
License |
|---|---|
| GroupId | GroupIdcom.vesoft |
| ArtifactId | ArtifactIdalgorithm |
| Version | Version2.6.1 |
| Type | Typepom |
| Description |
Descriptionnebula-spark
Nebula Algorithm
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| algorithm-2.6.1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vesoft/algorithm/ -->
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>algorithm</artifactId>
<version>2.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/algorithm/
implementation 'com.vesoft:algorithm:2.6.1'
// https://jarcasting.com/artifacts/com.vesoft/algorithm/
implementation ("com.vesoft:algorithm:2.6.1")
'com.vesoft:algorithm:pom:2.6.1'
<dependency org="com.vesoft" name="algorithm" rev="2.6.1">
<artifact name="algorithm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='algorithm', version='2.6.1')
)
libraryDependencies += "com.vesoft" % "algorithm" % "2.6.1"
[com.vesoft/algorithm "2.6.1"]