Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.projectdarkstar.client |
ArtifactId | ArtifactIdsgs-tutorial-client-dist |
Version | Version0.9.10.8 |
Type | Typepom |
Filename | Size |
---|---|
sgs-tutorial-client-dist-0.9.10.8.pom | |
sgs-tutorial-client-dist-0.9.10.8.zip | 1 KB |
Browse |
<!-- 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.8</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.8'
// https://jarcasting.com/artifacts/com.projectdarkstar.client/sgs-tutorial-client-dist/
implementation ("com.projectdarkstar.client:sgs-tutorial-client-dist:0.9.10.8")
'com.projectdarkstar.client:sgs-tutorial-client-dist:pom:0.9.10.8'
<dependency org="com.projectdarkstar.client" name="sgs-tutorial-client-dist" rev="0.9.10.8">
<artifact name="sgs-tutorial-client-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.projectdarkstar.client', module='sgs-tutorial-client-dist', version='0.9.10.8')
)
libraryDependencies += "com.projectdarkstar.client" % "sgs-tutorial-client-dist" % "0.9.10.8"
[com.projectdarkstar.client/sgs-tutorial-client-dist "0.9.10.8"]