GroupId | GroupIdcom.distkv |
---|---|
ArtifactId | ArtifactIddst-common |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dst-common-0.1.1.pom | |
dst-common-0.1.1.jar | 11 KB |
dst-common-0.1.1-sources.jar | 7 KB |
dst-common-0.1.1-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.distkv/dst-common/ -->
<dependency>
<groupId>com.distkv</groupId>
<artifactId>dst-common</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.distkv/dst-common/
implementation 'com.distkv:dst-common:0.1.1'
// https://jarcasting.com/artifacts/com.distkv/dst-common/
implementation ("com.distkv:dst-common:0.1.1")
'com.distkv:dst-common:jar:0.1.1'
<dependency org="com.distkv" name="dst-common" rev="0.1.1">
<artifact name="dst-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.distkv', module='dst-common', version='0.1.1')
)
libraryDependencies += "com.distkv" % "dst-common" % "0.1.1"
[com.distkv/dst-common "0.1.1"]