License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.getlime.core |
ArtifactId | ArtifactIdrest-client-base |
Version | Version1.3.0 |
Type | Typejar |
Description |
Descriptionrest-client-base
Default implementation of REST client
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rest-client-base-1.3.0.pom | |
rest-client-base-1.3.0.jar | 24 KB |
rest-client-base-1.3.0-sources.jar | 11 KB |
rest-client-base-1.3.0-javadoc.jar | 155 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.getlime.core/rest-client-base/
implementation 'io.getlime.core:rest-client-base:1.3.0'
// https://jarcasting.com/artifacts/io.getlime.core/rest-client-base/
implementation ("io.getlime.core:rest-client-base:1.3.0")
'io.getlime.core:rest-client-base:jar:1.3.0'
<dependency org="io.getlime.core" name="rest-client-base" rev="1.3.0">
<artifact name="rest-client-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.getlime.core', module='rest-client-base', version='1.3.0')
)
libraryDependencies += "io.getlime.core" % "rest-client-base" % "1.3.0"
[io.getlime.core/rest-client-base "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-webflux | jar | 2.4.5 |
io.getlime.core : rest-model-base | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |