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