Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdrest-client |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-0.1.2.pom | |
rest-client-0.1.2.jar | 35 KB |
rest-client-0.1.2-sources.jar | 18 KB |
rest-client-0.1.2-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>rest-client</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/
implementation 'com.github.michaelruocco:rest-client:0.1.2'
// https://jarcasting.com/artifacts/com.github.michaelruocco/rest-client/
implementation ("com.github.michaelruocco:rest-client:0.1.2")
'com.github.michaelruocco:rest-client:jar:0.1.2'
<dependency org="com.github.michaelruocco" name="rest-client" rev="0.1.2">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='rest-client', version='0.1.2')
)
libraryDependencies += "com.github.michaelruocco" % "rest-client" % "0.1.2"
[com.github.michaelruocco/rest-client "0.1.2"]