Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdmini-rest-client |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
mini-rest-client-1.0.3.pom | |
mini-rest-client-1.0.3.jar | 69 KB |
mini-rest-client-1.0.3-sources.jar | 5 KB |
mini-rest-client-1.0.3-javadoc.jar | 317 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/mini-rest-client/
implementation 'com.github.barakb:mini-rest-client:1.0.3'
// https://jarcasting.com/artifacts/com.github.barakb/mini-rest-client/
implementation ("com.github.barakb:mini-rest-client:1.0.3")
'com.github.barakb:mini-rest-client:jar:1.0.3'
<dependency org="com.github.barakb" name="mini-rest-client" rev="1.0.3">
<artifact name="mini-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='mini-rest-client', version='1.0.3')
)
libraryDependencies += "com.github.barakb" % "mini-rest-client" % "1.0.3"
[com.github.barakb/mini-rest-client "1.0.3"]