| GroupId | GroupIdcom.vesoft |
|---|---|
| ArtifactId | ArtifactIdnebula-algorithm |
| Version | Version2.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nebula-algorithm-2.5.0.pom | |
| nebula-algorithm-2.5.0.jar | 96 MB |
| nebula-algorithm-2.5.0-sources.jar | 31 KB |
| nebula-algorithm-2.5.0-javadoc.jar | 557 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vesoft/nebula-algorithm/ -->
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>nebula-algorithm</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/nebula-algorithm/
implementation 'com.vesoft:nebula-algorithm:2.5.0'
// https://jarcasting.com/artifacts/com.vesoft/nebula-algorithm/
implementation ("com.vesoft:nebula-algorithm:2.5.0")
'com.vesoft:nebula-algorithm:jar:2.5.0'
<dependency org="com.vesoft" name="nebula-algorithm" rev="2.5.0">
<artifact name="nebula-algorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='nebula-algorithm', version='2.5.0')
)
libraryDependencies += "com.vesoft" % "nebula-algorithm" % "2.5.0"
[com.vesoft/nebula-algorithm "2.5.0"]