Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.cofcool.chaos |
ArtifactId | ArtifactIdchaos-server-common |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
chaos-server-common-0.5.0.pom | |
chaos-server-common-0.5.0.jar | 57 KB |
chaos-server-common-0.5.0-sources.jar | 51 KB |
chaos-server-common-0.5.0-javadoc.jar | 711 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cofcool.chaos/chaos-server-common/ -->
<dependency>
<groupId>net.cofcool.chaos</groupId>
<artifactId>chaos-server-common</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.cofcool.chaos/chaos-server-common/
implementation 'net.cofcool.chaos:chaos-server-common:0.5.0'
// https://jarcasting.com/artifacts/net.cofcool.chaos/chaos-server-common/
implementation ("net.cofcool.chaos:chaos-server-common:0.5.0")
'net.cofcool.chaos:chaos-server-common:jar:0.5.0'
<dependency org="net.cofcool.chaos" name="chaos-server-common" rev="0.5.0">
<artifact name="chaos-server-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cofcool.chaos', module='chaos-server-common', version='0.5.0')
)
libraryDependencies += "net.cofcool.chaos" % "chaos-server-common" % "0.5.0"
[net.cofcool.chaos/chaos-server-common "0.5.0"]