is not current version
Last Version 0.9.11.5

com.projectdarkstar.client:sgs-tutorial-client-dist 0.9.10.10

The sgs-tutorial-client-dist generates a zip artifact of the files intended to be packaged as the tutorial component in the main sgs-client-dist distribution

Categories

Categories

CLI User Interface
GroupId

GroupId

com.projectdarkstar.client
ArtifactId

ArtifactId

sgs-tutorial-client-dist
Version

Version

0.9.10.10
Type

Type

pom

Download sgs-tutorial-client-dist 0.9.10.10


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