| Categories |
CategoriesNet CLI User Interface |
|---|---|
| GroupId | GroupIdnet.sourceforge.javydreamercsw |
| ArtifactId | ArtifactIdMarauroa-Simple-Client |
| Version | Version0.02.05 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sourceforge.javydreamercsw/Marauroa-Simple-Client/ -->
<dependency>
<groupId>net.sourceforge.javydreamercsw</groupId>
<artifactId>Marauroa-Simple-Client</artifactId>
<version>0.02.05</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.javydreamercsw/Marauroa-Simple-Client/
implementation 'net.sourceforge.javydreamercsw:Marauroa-Simple-Client:0.02.05'
// https://jarcasting.com/artifacts/net.sourceforge.javydreamercsw/Marauroa-Simple-Client/
implementation ("net.sourceforge.javydreamercsw:Marauroa-Simple-Client:0.02.05")
'net.sourceforge.javydreamercsw:Marauroa-Simple-Client:jar:0.02.05'
<dependency org="net.sourceforge.javydreamercsw" name="Marauroa-Simple-Client" rev="0.02.05">
<artifact name="Marauroa-Simple-Client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.javydreamercsw', module='Marauroa-Simple-Client', version='0.02.05')
)
libraryDependencies += "net.sourceforge.javydreamercsw" % "Marauroa-Simple-Client" % "0.02.05"
[net.sourceforge.javydreamercsw/Marauroa-Simple-Client "0.02.05"]