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