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