is not current version
Last Version 0.9.11.5

com.projectdarkstar.server:sgs-server-dist 0.9.9.6

The sgs-server-dist module produces a zip artifact which is the main distribution of the darkstar server intended for external consumption

GroupId

GroupId

com.projectdarkstar.server
ArtifactId

ArtifactId

sgs-server-dist
Version

Version

0.9.9.6
Type

Type

pom

Download sgs-server-dist 0.9.9.6


<!-- https://jarcasting.com/artifacts/com.projectdarkstar.server/sgs-server-dist/ -->
<dependency>
    <groupId>com.projectdarkstar.server</groupId>
    <artifactId>sgs-server-dist</artifactId>
    <version>0.9.9.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.projectdarkstar.server/sgs-server-dist/
implementation 'com.projectdarkstar.server:sgs-server-dist:0.9.9.6'
// https://jarcasting.com/artifacts/com.projectdarkstar.server/sgs-server-dist/
implementation ("com.projectdarkstar.server:sgs-server-dist:0.9.9.6")
'com.projectdarkstar.server:sgs-server-dist:pom:0.9.9.6'
<dependency org="com.projectdarkstar.server" name="sgs-server-dist" rev="0.9.9.6">
  <artifact name="sgs-server-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.projectdarkstar.server', module='sgs-server-dist', version='0.9.9.6')
)
libraryDependencies += "com.projectdarkstar.server" % "sgs-server-dist" % "0.9.9.6"
[com.projectdarkstar.server/sgs-server-dist "0.9.9.6"]