| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdio.engineblock |
| ArtifactId | ArtifactIdeb-rest-client |
| Version | Version2.0.18 |
| Type | Typejar |
| Filename | Size |
|---|---|
| eb-rest-client-2.0.18.pom | |
| eb-rest-client-2.0.18.jar | 4 KB |
| eb-rest-client-2.0.18-sources.jar | 2 KB |
| eb-rest-client-2.0.18-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.engineblock/eb-rest-client/ -->
<dependency>
<groupId>io.engineblock</groupId>
<artifactId>eb-rest-client</artifactId>
<version>2.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/io.engineblock/eb-rest-client/
implementation 'io.engineblock:eb-rest-client:2.0.18'
// https://jarcasting.com/artifacts/io.engineblock/eb-rest-client/
implementation ("io.engineblock:eb-rest-client:2.0.18")
'io.engineblock:eb-rest-client:jar:2.0.18'
<dependency org="io.engineblock" name="eb-rest-client" rev="2.0.18">
<artifact name="eb-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.engineblock', module='eb-rest-client', version='2.0.18')
)
libraryDependencies += "io.engineblock" % "eb-rest-client" % "2.0.18"
[io.engineblock/eb-rest-client "2.0.18"]