| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.projectdarkstar.client |
| ArtifactId | ArtifactIdsgs-client |
| Last Version | Last Version0.9.11.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionProject Darkstar Client
The sgs-client module is a standard jar package of sgs classes
used exclusively by the client
|
| Filename | Size |
|---|---|
| sgs-client-0.9.11.5.pom | |
| sgs-client-0.9.11.5.jar | 42 KB |
| sgs-client-0.9.11.5-sources.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.projectdarkstar.client/sgs-client/ -->
<dependency>
<groupId>com.projectdarkstar.client</groupId>
<artifactId>sgs-client</artifactId>
<version>0.9.11.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.projectdarkstar.client/sgs-client/
implementation 'com.projectdarkstar.client:sgs-client:0.9.11.5'
// https://jarcasting.com/artifacts/com.projectdarkstar.client/sgs-client/
implementation ("com.projectdarkstar.client:sgs-client:0.9.11.5")
'com.projectdarkstar.client:sgs-client:jar:0.9.11.5'
<dependency org="com.projectdarkstar.client" name="sgs-client" rev="0.9.11.5">
<artifact name="sgs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.projectdarkstar.client', module='sgs-client', version='0.9.11.5')
)
libraryDependencies += "com.projectdarkstar.client" % "sgs-client" % "0.9.11.5"
[com.projectdarkstar.client/sgs-client "0.9.11.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.projectdarkstar.server : sgs-shared | jar | 1.11 |
| 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 |