is not current version
Last Version 3.0.0

com.vesoft:client 1.0.0


Categories

Categories

CLI User Interface
GroupId

GroupId

com.vesoft
ArtifactId

ArtifactId

client
Version

Version

1.0.0
Type

Type

jar

Download client 1.0.0


<!-- https://jarcasting.com/artifacts/com.vesoft/client/ -->
<dependency>
    <groupId>com.vesoft</groupId>
    <artifactId>client</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/client/
implementation 'com.vesoft:client:1.0.0'
// https://jarcasting.com/artifacts/com.vesoft/client/
implementation ("com.vesoft:client:1.0.0")
'com.vesoft:client:jar:1.0.0'
<dependency org="com.vesoft" name="client" rev="1.0.0">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='client', version='1.0.0')
)
libraryDependencies += "com.vesoft" % "client" % "1.0.0"
[com.vesoft/client "1.0.0"]