Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.kiuwan |
ArtifactId | ArtifactIdkiuwan-rest-client |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
kiuwan-rest-client-1.0.5.pom | |
kiuwan-rest-client-1.0.5.jar | 414 KB |
kiuwan-rest-client-1.0.5-sources.jar | 144 KB |
kiuwan-rest-client-1.0.5-javadoc.jar | 681 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kiuwan/kiuwan-rest-client/ -->
<dependency>
<groupId>com.kiuwan</groupId>
<artifactId>kiuwan-rest-client</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.kiuwan/kiuwan-rest-client/
implementation 'com.kiuwan:kiuwan-rest-client:1.0.5'
// https://jarcasting.com/artifacts/com.kiuwan/kiuwan-rest-client/
implementation ("com.kiuwan:kiuwan-rest-client:1.0.5")
'com.kiuwan:kiuwan-rest-client:jar:1.0.5'
<dependency org="com.kiuwan" name="kiuwan-rest-client" rev="1.0.5">
<artifact name="kiuwan-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kiuwan', module='kiuwan-rest-client', version='1.0.5')
)
libraryDependencies += "com.kiuwan" % "kiuwan-rest-client" % "1.0.5"
[com.kiuwan/kiuwan-rest-client "1.0.5"]