License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-resteasy |
Version | Version2.0.0.Final |
Type | Typejar |
Description |
DescriptionQuarkus - RESTEasy - Runtime
REST endpoint framework implementing JAX-RS and more
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
<version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/
implementation 'io.quarkus:quarkus-resteasy:2.0.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy/
implementation ("io.quarkus:quarkus-resteasy:2.0.0.Final")
'io.quarkus:quarkus-resteasy:jar:2.0.0.Final'
<dependency org="io.quarkus" name="quarkus-resteasy" rev="2.0.0.Final">
<artifact name="quarkus-resteasy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy', version='2.0.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-resteasy" % "2.0.0.Final"
[io.quarkus/quarkus-resteasy "2.0.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-vertx-http | jar | |
io.quarkus : quarkus-resteasy-server-common | jar |
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api | jar |