Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.getlime.core |
ArtifactId | ArtifactIdrest-client-base |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
rest-client-base-1.5.1.pom | |
rest-client-base-1.5.1.jar | 32 KB |
rest-client-base-1.5.1-sources.jar | 15 KB |
rest-client-base-1.5.1-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.getlime.core/rest-client-base/ -->
<dependency>
<groupId>io.getlime.core</groupId>
<artifactId>rest-client-base</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.getlime.core/rest-client-base/
implementation 'io.getlime.core:rest-client-base:1.5.1'
// https://jarcasting.com/artifacts/io.getlime.core/rest-client-base/
implementation ("io.getlime.core:rest-client-base:1.5.1")
'io.getlime.core:rest-client-base:jar:1.5.1'
<dependency org="io.getlime.core" name="rest-client-base" rev="1.5.1">
<artifact name="rest-client-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getlime.core', module='rest-client-base', version='1.5.1')
)
libraryDependencies += "io.getlime.core" % "rest-client-base" % "1.5.1"
[io.getlime.core/rest-client-base "1.5.1"]