Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.reddwarfserver.client |
ArtifactId | ArtifactIdsgs-client |
Version | Version0.10.1 |
Type | Typejar |
Filename | Size |
---|---|
sgs-client-0.10.1.pom | |
sgs-client-0.10.1.jar | 44 KB |
sgs-client-0.10.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client/
implementation 'org.reddwarfserver.client:sgs-client:0.10.1'
// https://jarcasting.com/artifacts/org.reddwarfserver.client/sgs-client/
implementation ("org.reddwarfserver.client:sgs-client:0.10.1")
'org.reddwarfserver.client:sgs-client:jar:0.10.1'
<dependency org="org.reddwarfserver.client" name="sgs-client" rev="0.10.1">
<artifact name="sgs-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reddwarfserver.client', module='sgs-client', version='0.10.1')
)
libraryDependencies += "org.reddwarfserver.client" % "sgs-client" % "0.10.1"
[org.reddwarfserver.client/sgs-client "0.10.1"]