Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.vesoft |
ArtifactId | ArtifactIdclient |
Version | Version2.0.0-rc1 |
Type | Typejar |
Filename | Size |
---|---|
client-2.0.0-rc1.pom | |
client-2.0.0-rc1.jar | 2 MB |
client-2.0.0-rc1-sources.jar | 1009 KB |
client-2.0.0-rc1-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vesoft/client/ -->
<dependency>
<groupId>com.vesoft</groupId>
<artifactId>client</artifactId>
<version>2.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/client/
implementation 'com.vesoft:client:2.0.0-rc1'
// https://jarcasting.com/artifacts/com.vesoft/client/
implementation ("com.vesoft:client:2.0.0-rc1")
'com.vesoft:client:jar:2.0.0-rc1'
<dependency org="com.vesoft" name="client" rev="2.0.0-rc1">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='client', version='2.0.0-rc1')
)
libraryDependencies += "com.vesoft" % "client" % "2.0.0-rc1"
[com.vesoft/client "2.0.0-rc1"]