| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdde.matrixweb.smaller |
| ArtifactId | ArtifactIdclients |
| Version | Version0.6.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| clients-0.6.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.matrixweb.smaller/clients/ -->
<dependency>
<groupId>de.matrixweb.smaller</groupId>
<artifactId>clients</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.matrixweb.smaller/clients/
implementation 'de.matrixweb.smaller:clients:0.6.0'
// https://jarcasting.com/artifacts/de.matrixweb.smaller/clients/
implementation ("de.matrixweb.smaller:clients:0.6.0")
'de.matrixweb.smaller:clients:pom:0.6.0'
<dependency org="de.matrixweb.smaller" name="clients" rev="0.6.0">
<artifact name="clients" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.matrixweb.smaller', module='clients', version='0.6.0')
)
libraryDependencies += "de.matrixweb.smaller" % "clients" % "0.6.0"
[de.matrixweb.smaller/clients "0.6.0"]