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