Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.kuflow.rest.client |
ArtifactId | ArtifactIdkuflow-rest-client |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
kuflow-rest-client-0.6.0.pom | |
kuflow-rest-client-0.6.0.jar | 116 KB |
kuflow-rest-client-0.6.0-sources.jar | 82 KB |
kuflow-rest-client-0.6.0-javadoc.jar | 819 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kuflow.rest.client/kuflow-rest-client/ -->
<dependency>
<groupId>com.kuflow.rest.client</groupId>
<artifactId>kuflow-rest-client</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kuflow.rest.client/kuflow-rest-client/
implementation 'com.kuflow.rest.client:kuflow-rest-client:0.6.0'
// https://jarcasting.com/artifacts/com.kuflow.rest.client/kuflow-rest-client/
implementation ("com.kuflow.rest.client:kuflow-rest-client:0.6.0")
'com.kuflow.rest.client:kuflow-rest-client:jar:0.6.0'
<dependency org="com.kuflow.rest.client" name="kuflow-rest-client" rev="0.6.0">
<artifact name="kuflow-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kuflow.rest.client', module='kuflow-rest-client', version='0.6.0')
)
libraryDependencies += "com.kuflow.rest.client" % "kuflow-rest-client" % "0.6.0"
[com.kuflow.rest.client/kuflow-rest-client "0.6.0"]