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