Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.relativt.battlecodeships |
ArtifactId | ArtifactIdbattlecodeships-client |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
battlecodeships-client-0.2.pom | |
battlecodeships-client-0.2.jar | 30 KB |
battlecodeships-client-0.2-sources.jar | 14 KB |
battlecodeships-client-0.2-javadoc.jar | 180 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.relativt.battlecodeships/battlecodeships-client/ -->
<dependency>
<groupId>net.relativt.battlecodeships</groupId>
<artifactId>battlecodeships-client</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.relativt.battlecodeships/battlecodeships-client/
implementation 'net.relativt.battlecodeships:battlecodeships-client:0.2'
// https://jarcasting.com/artifacts/net.relativt.battlecodeships/battlecodeships-client/
implementation ("net.relativt.battlecodeships:battlecodeships-client:0.2")
'net.relativt.battlecodeships:battlecodeships-client:jar:0.2'
<dependency org="net.relativt.battlecodeships" name="battlecodeships-client" rev="0.2">
<artifact name="battlecodeships-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.relativt.battlecodeships', module='battlecodeships-client', version='0.2')
)
libraryDependencies += "net.relativt.battlecodeships" % "battlecodeships-client" % "0.2"
[net.relativt.battlecodeships/battlecodeships-client "0.2"]