is not current version
Last Version 0.9.11.5

com.projectdarkstar.server:sgs-tutorial-server-dist 0.9.8.8

The sgs-tutorial-server-dist generates a zip artifact of the files intended to be the tutorial component of the sgs-server-dist distribution

GroupId

GroupId

com.projectdarkstar.server
ArtifactId

ArtifactId

sgs-tutorial-server-dist
Version

Version

0.9.8.8
Type

Type

pom

Download sgs-tutorial-server-dist 0.9.8.8


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