Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.reddwarfserver.client |
ArtifactId | ArtifactIdsgs-client-api |
Last Version | Last Version0.10.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedDwarf Client API
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
|
Project URL |
Project URL |
Filename | Size |
---|---|
sgs-client-api-0.10.2.pom | |
sgs-client-api-0.10.2.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client-api/ -->
<dependency>
<groupId>org.reddwarfserver.client</groupId>
<artifactId>sgs-client-api</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client-api/
implementation 'org.reddwarfserver.client:sgs-client-api:0.10.2'
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client-api/
implementation ("org.reddwarfserver.client:sgs-client-api:0.10.2")
'org.reddwarfserver.client:sgs-client-api:jar:0.10.2'
<dependency org="org.reddwarfserver.client" name="sgs-client-api" rev="0.10.2">
<artifact name="sgs-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reddwarfserver.client', module='sgs-client-api', version='0.10.2')
)
libraryDependencies += "org.reddwarfserver.client" % "sgs-client-api" % "0.10.2"
[org.reddwarfserver.client/sgs-client-api "0.10.2"]