| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdio.smallrye |
| ArtifactId | ArtifactIdsmallrye-rest-client |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| smallrye-rest-client-1.2.0.pom | |
| smallrye-rest-client-1.2.0.jar | 64 KB |
| smallrye-rest-client-1.2.0-sources.jar | 41 KB |
| smallrye-rest-client-1.2.0-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-rest-client/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-rest-client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-rest-client/
implementation 'io.smallrye:smallrye-rest-client:1.2.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-rest-client/
implementation ("io.smallrye:smallrye-rest-client:1.2.0")
'io.smallrye:smallrye-rest-client:jar:1.2.0'
<dependency org="io.smallrye" name="smallrye-rest-client" rev="1.2.0">
<artifact name="smallrye-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-rest-client', version='1.2.0')
)
libraryDependencies += "io.smallrye" % "smallrye-rest-client" % "1.2.0"
[io.smallrye/smallrye-rest-client "1.2.0"]