k

kiuwan-rest-client

A client to invoke Kiuwan's REST API from Java code
https://www.kiuwan.com/docs/display/K5/REST+API
MIT
Kiuwan Software S.L.
Kiuwan development team
Files download
File Operation
kiuwan-rest-client-2.8.2004.5.jar download
kiuwan-rest-client-2.8.2004.5.pom download
kiuwan-rest-client-2.8.2004.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kiuwan</groupId>
  <artifactId>kiuwan-rest-client</artifactId>
  <version>2.8.2004.5</version>
</dependency>
Gradle Groovy
implementation 'com.kiuwan:kiuwan-rest-client:2.8.2004.5'
Gradle Kotlin
implementation("com.kiuwan:kiuwan-rest-client:2.8.2004.5")
Scala SBT
libraryDependencies += "com.kiuwan" % "kiuwan-rest-client" % "2.8.2004.5"
Groovy Grape
@Grapes(
  @Grab(group='com.kiuwan', module='kiuwan-rest-client', version='2.8.2004.5')
)
Apache Ivy
<dependency org="com.kiuwan" name="kiuwan-rest-client" rev="2.8.2004.5" />
Leiningen
[com.kiuwan/kiuwan-rest-client "2.8.2004.5"]
Apache Buildr
'com.kiuwan:kiuwan-rest-client:jar:2.8.2004.5'