GroupId | GroupIdcom.vesoft |
---|---|
ArtifactId | ArtifactIdnebula |
Version | Version2.0.0-rc1.1 |
Type | Typepom |
Filename | Size |
---|---|
nebula-2.0.0-rc1.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vesoft/nebula/ -->
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>nebula</artifactId>
<version>2.0.0-rc1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/nebula/
implementation 'com.vesoft:nebula:2.0.0-rc1.1'
// https://jarcasting.com/artifacts/com.vesoft/nebula/
implementation ("com.vesoft:nebula:2.0.0-rc1.1")
'com.vesoft:nebula:pom:2.0.0-rc1.1'
<dependency org="com.vesoft" name="nebula" rev="2.0.0-rc1.1">
<artifact name="nebula" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='nebula', version='2.0.0-rc1.1')
)
libraryDependencies += "com.vesoft" % "nebula" % "2.0.0-rc1.1"
[com.vesoft/nebula "2.0.0-rc1.1"]