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