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