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