| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdio.allune |
| ArtifactId | ArtifactIdsimple-client |
| Version | Version2.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| simple-client-2.6.0.pom | |
| simple-client-2.6.0.jar | 42 MB |
| simple-client-2.6.0-sources.jar | 7 KB |
| simple-client-2.6.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.allune/simple-client/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>simple-client</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/simple-client/
implementation 'io.allune:simple-client:2.6.0'
// https://jarcasting.com/artifacts/io.allune/simple-client/
implementation ("io.allune:simple-client:2.6.0")
'io.allune:simple-client:jar:2.6.0'
<dependency org="io.allune" name="simple-client" rev="2.6.0">
<artifact name="simple-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='simple-client', version='2.6.0')
)
libraryDependencies += "io.allune" % "simple-client" % "2.6.0"
[io.allune/simple-client "2.6.0"]