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