is not current version
Last Version 0.10.2

org.reddwarfserver.client:sgs-client-api 0.10.0

The sgs-client-api package produces a jar artifact which includes only the core classes required at compile time to develop a darkstar client application

Categories

Categories

CLI User Interface
GroupId

GroupId

org.reddwarfserver.client
ArtifactId

ArtifactId

sgs-client-api
Version

Version

0.10.0
Type

Type

jar

Download sgs-client-api 0.10.0


<!-- https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client-api/ -->
<dependency>
    <groupId>org.reddwarfserver.client</groupId>
    <artifactId>sgs-client-api</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client-api/
implementation 'org.reddwarfserver.client:sgs-client-api:0.10.0'
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client-api/
implementation ("org.reddwarfserver.client:sgs-client-api:0.10.0")
'org.reddwarfserver.client:sgs-client-api:jar:0.10.0'
<dependency org="org.reddwarfserver.client" name="sgs-client-api" rev="0.10.0">
  <artifact name="sgs-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reddwarfserver.client', module='sgs-client-api', version='0.10.0')
)
libraryDependencies += "org.reddwarfserver.client" % "sgs-client-api" % "0.10.0"
[org.reddwarfserver.client/sgs-client-api "0.10.0"]