GroupId | GroupIdorg.reddwarfserver |
---|---|
ArtifactId | ArtifactIdsgs |
Version | Version17 |
Type | Typepom |
Description |
DescriptionRedDwarf Master POM
This is the super POM inherited by all sgs modules
It defines settings common to all projects
|
Project URL |
Project URL |
Filename | Size |
---|---|
sgs-17.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reddwarfserver/sgs/ -->
<dependency>
<groupId>org.reddwarfserver</groupId>
<artifactId>sgs</artifactId>
<version>17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.reddwarfserver/sgs/
implementation 'org.reddwarfserver:sgs:17'
// https://jarcasting.com/artifacts/org.reddwarfserver/sgs/
implementation ("org.reddwarfserver:sgs:17")
'org.reddwarfserver:sgs:pom:17'
<dependency org="org.reddwarfserver" name="sgs" rev="17">
<artifact name="sgs" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.reddwarfserver', module='sgs', version='17')
)
libraryDependencies += "org.reddwarfserver" % "sgs" % "17"
[org.reddwarfserver/sgs "17"]