| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.reddwarfserver.client |
| ArtifactId | ArtifactIdsgs-client |
| Last Version | Last Version0.10.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedDwarf Client
The sgs-client module is a standard jar package of sgs classes
used exclusively by the client
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sgs-client-0.10.2.pom | |
| sgs-client-0.10.2.jar | 44 KB |
| sgs-client-0.10.2-sources.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client/ -->
<dependency>
<groupId>org.reddwarfserver.client</groupId>
<artifactId>sgs-client</artifactId>
<version>0.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client/
implementation 'org.reddwarfserver.client:sgs-client:0.10.2'
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client/
implementation ("org.reddwarfserver.client:sgs-client:0.10.2")
'org.reddwarfserver.client:sgs-client:jar:0.10.2'
<dependency org="org.reddwarfserver.client" name="sgs-client" rev="0.10.2">
<artifact name="sgs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reddwarfserver.client', module='sgs-client', version='0.10.2')
)
libraryDependencies += "org.reddwarfserver.client" % "sgs-client" % "0.10.2"
[org.reddwarfserver.client/sgs-client "0.10.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.reddwarfserver.server : sgs-shared | jar | 1.12 |
| org.apache.mina : mina-core | jar | 1.1.0 |
| org.slf4j : slf4j-api | jar | 1.4.0 |
| org.slf4j : slf4j-jdk14 | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |