is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-resteasy 0.27.0

REST framework implementing JAX-RS and more

Categories

Categories

Quarkus Container Microservices RESTEasy Program Interface REST Frameworks
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-resteasy
Version

Version

0.27.0
Type

Type

jar

Download quarkus-resteasy 0.27.0


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-resteasy</artifactId>
    <version>0.27.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/
implementation 'io.quarkus:quarkus-resteasy:0.27.0'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/
implementation ("io.quarkus:quarkus-resteasy:0.27.0")
'io.quarkus:quarkus-resteasy:jar:0.27.0'
<dependency org="io.quarkus" name="quarkus-resteasy" rev="0.27.0">
  <artifact name="quarkus-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy', version='0.27.0')
)
libraryDependencies += "io.quarkus" % "quarkus-resteasy" % "0.27.0"
[io.quarkus/quarkus-resteasy "0.27.0"]