| License |
License |
|---|---|
| GroupId | GroupIdcom.vesoft |
| ArtifactId | ArtifactIdtools |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNebula Java Client
|
| Filename | Size |
|---|---|
| tools-1.2.0.pom | |
| tools-1.2.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vesoft/tools/ -->
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>tools</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/tools/
implementation 'com.vesoft:tools:1.2.0'
// https://jarcasting.com/artifacts/com.vesoft/tools/
implementation ("com.vesoft:tools:1.2.0")
'com.vesoft:tools:jar:1.2.0'
<dependency org="com.vesoft" name="tools" rev="1.2.0">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='tools', version='1.2.0')
)
libraryDependencies += "com.vesoft" % "tools" % "1.2.0"
[com.vesoft/tools "1.2.0"]