Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.reddwarfserver.client |
ArtifactId | ArtifactIdsgs-client-api |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
sgs-client-api-0.10.0.pom | |
sgs-client-api-0.10.0.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.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"]