Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdmini-rest-client |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
mini-rest-client-1.0.4.pom | |
mini-rest-client-1.0.4.jar | 74 KB |
mini-rest-client-1.0.4-sources.jar | 5 KB |
mini-rest-client-1.0.4-javadoc.jar | 320 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.barakb/mini-rest-client/ -->
<dependency>
<groupId>com.github.barakb</groupId>
<artifactId>mini-rest-client</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/mini-rest-client/
implementation 'com.github.barakb:mini-rest-client:1.0.4'
// https://jarcasting.com/artifacts/com.github.barakb/mini-rest-client/
implementation ("com.github.barakb:mini-rest-client:1.0.4")
'com.github.barakb:mini-rest-client:jar:1.0.4'
<dependency org="com.github.barakb" name="mini-rest-client" rev="1.0.4">
<artifact name="mini-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='mini-rest-client', version='1.0.4')
)
libraryDependencies += "com.github.barakb" % "mini-rest-client" % "1.0.4"
[com.github.barakb/mini-rest-client "1.0.4"]