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