| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.aerysoft.miniclient |
| ArtifactId | ArtifactIdminiclient |
| Last Version | Last Version0.8.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMiniClient
Universal REST API client library in Java
|
| Filename | Size |
|---|---|
| miniclient-0.8.3.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aerysoft.miniclient/miniclient/ -->
<dependency>
<groupId>org.aerysoft.miniclient</groupId>
<artifactId>miniclient</artifactId>
<version>0.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aerysoft.miniclient/miniclient/
implementation 'org.aerysoft.miniclient:miniclient:0.8.3'
// https://jarcasting.com/artifacts/org.aerysoft.miniclient/miniclient/
implementation ("org.aerysoft.miniclient:miniclient:0.8.3")
'org.aerysoft.miniclient:miniclient:pom:0.8.3'
<dependency org="org.aerysoft.miniclient" name="miniclient" rev="0.8.3">
<artifact name="miniclient" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aerysoft.miniclient', module='miniclient', version='0.8.3')
)
libraryDependencies += "org.aerysoft.miniclient" % "miniclient" % "0.8.3"
[org.aerysoft.miniclient/miniclient "0.8.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |