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