Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.rustknife.jknife |
ArtifactId | ArtifactIdjknife-rest-client |
Version | Version2.0.1-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-rest-client/ -->
<dependency>
<groupId>com.rustknife.jknife</groupId>
<artifactId>jknife-rest-client</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-rest-client/
implementation 'com.rustknife.jknife:jknife-rest-client:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.rustknife.jknife/jknife-rest-client/
implementation ("com.rustknife.jknife:jknife-rest-client:2.0.1-RELEASE")
'com.rustknife.jknife:jknife-rest-client:jar:2.0.1-RELEASE'
<dependency org="com.rustknife.jknife" name="jknife-rest-client" rev="2.0.1-RELEASE">
<artifact name="jknife-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rustknife.jknife', module='jknife-rest-client', version='2.0.1-RELEASE')
)
libraryDependencies += "com.rustknife.jknife" % "jknife-rest-client" % "2.0.1-RELEASE"
[com.rustknife.jknife/jknife-rest-client "2.0.1-RELEASE"]