GroupId | GroupIdcom.vesoft |
---|---|
ArtifactId | ArtifactIdnebula-exchange |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
nebula-exchange-2.5.2.pom | |
nebula-exchange-2.5.2.jar | 186 MB |
nebula-exchange-2.5.2-sources.jar | 48 KB |
nebula-exchange-2.5.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/nebula-exchange/
implementation 'com.vesoft:nebula-exchange:2.5.2'
// https://jarcasting.com/artifacts/com.vesoft/nebula-exchange/
implementation ("com.vesoft:nebula-exchange:2.5.2")
'com.vesoft:nebula-exchange:jar:2.5.2'
<dependency org="com.vesoft" name="nebula-exchange" rev="2.5.2">
<artifact name="nebula-exchange" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='nebula-exchange', version='2.5.2')
)
libraryDependencies += "com.vesoft" % "nebula-exchange" % "2.5.2"
[com.vesoft/nebula-exchange "2.5.2"]