Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.distkv |
ArtifactId | ArtifactIddst-client |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dst-client-0.1.1.pom | |
dst-client-0.1.1.jar | 30 KB |
dst-client-0.1.1-sources.jar | 10 KB |
dst-client-0.1.1-javadoc.jar | 102 KB |
dst-client-0.1.1-jar-with-dependencies.jar | 20 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.distkv/dst-client/ -->
<dependency>
<groupId>com.distkv</groupId>
<artifactId>dst-client</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.distkv/dst-client/
implementation 'com.distkv:dst-client:0.1.1'
// https://jarcasting.com/artifacts/com.distkv/dst-client/
implementation ("com.distkv:dst-client:0.1.1")
'com.distkv:dst-client:jar:0.1.1'
<dependency org="com.distkv" name="dst-client" rev="0.1.1">
<artifact name="dst-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.distkv', module='dst-client', version='0.1.1')
)
libraryDependencies += "com.distkv" % "dst-client" % "0.1.1"
[com.distkv/dst-client "0.1.1"]