is not current version
Last Version 2.0.0.Beta1

org.jboss.resteasy.microprofile:microprofile-rest-client-base 1.0.0.Alpha1


Categories

Categories

JBoss Container Application Servers CLI User Interface RESTEasy Program Interface REST Frameworks
GroupId

GroupId

org.jboss.resteasy.microprofile
ArtifactId

ArtifactId

microprofile-rest-client-base
Version

Version

1.0.0.Alpha1
Type

Type

jar

Download microprofile-rest-client-base 1.0.0.Alpha1


<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/microprofile-rest-client-base/ -->
<dependency>
    <groupId>org.jboss.resteasy.microprofile</groupId>
    <artifactId>microprofile-rest-client-base</artifactId>
    <version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/microprofile-rest-client-base/
implementation 'org.jboss.resteasy.microprofile:microprofile-rest-client-base:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.resteasy.microprofile/microprofile-rest-client-base/
implementation ("org.jboss.resteasy.microprofile:microprofile-rest-client-base:1.0.0.Alpha1")
'org.jboss.resteasy.microprofile:microprofile-rest-client-base:jar:1.0.0.Alpha1'
<dependency org="org.jboss.resteasy.microprofile" name="microprofile-rest-client-base" rev="1.0.0.Alpha1">
  <artifact name="microprofile-rest-client-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.microprofile', module='microprofile-rest-client-base', version='1.0.0.Alpha1')
)
libraryDependencies += "org.jboss.resteasy.microprofile" % "microprofile-rest-client-base" % "1.0.0.Alpha1"
[org.jboss.resteasy.microprofile/microprofile-rest-client-base "1.0.0.Alpha1"]