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