n

nebula-exchange

Files download
File Operation
nebula-exchange-2.6.3.jar download
nebula-exchange-2.6.3.pom download
nebula-exchange-2.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vesoft</groupId>
  <artifactId>nebula-exchange</artifactId>
  <version>2.6.3</version>
</dependency>
Gradle Groovy
implementation 'com.vesoft:nebula-exchange:2.6.3'
Gradle Kotlin
implementation("com.vesoft:nebula-exchange:2.6.3")
Scala SBT
libraryDependencies += "com.vesoft" % "nebula-exchange" % "2.6.3"
Groovy Grape
@Grapes(
  @Grab(group='com.vesoft', module='nebula-exchange', version='2.6.3')
)
Apache Ivy
<dependency org="com.vesoft" name="nebula-exchange" rev="2.6.3" />
Leiningen
[com.vesoft/nebula-exchange "2.6.3"]
Apache Buildr
'com.vesoft:nebula-exchange:jar:2.6.3'