Files download
File Operation
nebula-2.0.0-rc1.1.pom download
Apache Maven
<dependency>
  <groupId>com.vesoft</groupId>
  <artifactId>nebula</artifactId>
  <version>2.0.0-rc1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.vesoft:nebula:2.0.0-rc1.1'
Gradle Kotlin
implementation("com.vesoft:nebula:2.0.0-rc1.1")
Scala SBT
libraryDependencies += "com.vesoft" % "nebula" % "2.0.0-rc1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.vesoft', module='nebula', version='2.0.0-rc1.1')
)
Apache Ivy
<dependency org="com.vesoft" name="nebula" rev="2.0.0-rc1.1" />
Leiningen
[com.vesoft/nebula "2.0.0-rc1.1"]
Apache Buildr
'com.vesoft:nebula:jar:2.0.0-rc1.1'
Dependencies
The project has no third-party dependencies