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