License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-spring-web-resteasy-classic |
Version | Version2.7.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - Spring Web - RESTEasy Classic - Runtime
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-spring-web-resteasy-classic/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-spring-web-resteasy-classic</artifactId>
<version>2.7.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-spring-web-resteasy-classic/
implementation 'io.quarkus:quarkus-spring-web-resteasy-classic:2.7.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-spring-web-resteasy-classic/
implementation ("io.quarkus:quarkus-spring-web-resteasy-classic:2.7.0.CR1")
'io.quarkus:quarkus-spring-web-resteasy-classic:jar:2.7.0.CR1'
<dependency org="io.quarkus" name="quarkus-spring-web-resteasy-classic" rev="2.7.0.CR1">
<artifact name="quarkus-spring-web-resteasy-classic" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-spring-web-resteasy-classic', version='2.7.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-spring-web-resteasy-classic" % "2.7.0.CR1"
[io.quarkus/quarkus-spring-web-resteasy-classic "2.7.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-resteasy | jar | |
org.jboss.resteasy : resteasy-spring-web | jar | |
io.quarkus : quarkus-spring-web-common | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.7.0.CR1 |