| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.kiuwan |
| ArtifactId | ArtifactIdkiuwan-rest-client |
| Last Version | Last Version2.8.2004.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKiuwan Java REST Client
A client to invoke Kiuwan's REST API from Java code
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kiuwan-rest-client-2.8.2004.5.pom | |
| kiuwan-rest-client-2.8.2004.5.jar | 414 KB |
| kiuwan-rest-client-2.8.2004.5-sources.jar | 143 KB |
| kiuwan-rest-client-2.8.2004.5-javadoc.jar | 682 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kiuwan/kiuwan-rest-client/ -->
<dependency>
<groupId>com.kiuwan</groupId>
<artifactId>kiuwan-rest-client</artifactId>
<version>2.8.2004.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.kiuwan/kiuwan-rest-client/
implementation 'com.kiuwan:kiuwan-rest-client:2.8.2004.5'
// https://jarcasting.com/artifacts/com.kiuwan/kiuwan-rest-client/
implementation ("com.kiuwan:kiuwan-rest-client:2.8.2004.5")
'com.kiuwan:kiuwan-rest-client:jar:2.8.2004.5'
<dependency org="com.kiuwan" name="kiuwan-rest-client" rev="2.8.2004.5">
<artifact name="kiuwan-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kiuwan', module='kiuwan-rest-client', version='2.8.2004.5')
)
libraryDependencies += "com.kiuwan" % "kiuwan-rest-client" % "2.8.2004.5"
[com.kiuwan/kiuwan-rest-client "2.8.2004.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp : okhttp | jar | 2.7.5 |
| com.squareup.okhttp : logging-interceptor | jar | 2.7.5 |
| io.gsonfire : gson-fire | jar | 1.8.0 |