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