License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices RESTEasy Program Interface REST Frameworks |
GroupId | GroupIdcom.tietoevry.quarkus |
ArtifactId | ArtifactIdquarkus-resteasy-problem-deployment |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionQuarkus - RESTeasy - Problem - Deployment
Problem Details for HTTP APIs (RFC-7807) implementation for Quarkus / RESTeasy - Parent POM.
|
<!-- https://jarcasting.com/artifacts/com.tietoevry.quarkus/quarkus-resteasy-problem-deployment/ -->
<dependency>
<groupId>com.tietoevry.quarkus</groupId>
<artifactId>quarkus-resteasy-problem-deployment</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tietoevry.quarkus/quarkus-resteasy-problem-deployment/
implementation 'com.tietoevry.quarkus:quarkus-resteasy-problem-deployment:2.0.0'
// https://jarcasting.com/artifacts/com.tietoevry.quarkus/quarkus-resteasy-problem-deployment/
implementation ("com.tietoevry.quarkus:quarkus-resteasy-problem-deployment:2.0.0")
'com.tietoevry.quarkus:quarkus-resteasy-problem-deployment:jar:2.0.0'
<dependency org="com.tietoevry.quarkus" name="quarkus-resteasy-problem-deployment" rev="2.0.0">
<artifact name="quarkus-resteasy-problem-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tietoevry.quarkus', module='quarkus-resteasy-problem-deployment', version='2.0.0')
)
libraryDependencies += "com.tietoevry.quarkus" % "quarkus-resteasy-problem-deployment" % "2.0.0"
[com.tietoevry.quarkus/quarkus-resteasy-problem-deployment "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tietoevry.quarkus : quarkus-resteasy-problem | jar | 2.0.0 |
io.quarkus : quarkus-core-deployment | jar | |
io.quarkus : quarkus-arc-deployment | jar | |
io.quarkus : quarkus-resteasy-common-spi | jar | |
io.quarkus : quarkus-resteasy-reactive-spi-deployment | jar | |
io.quarkus : quarkus-jsonb-spi | jar | |
io.quarkus : quarkus-jackson-spi | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-junit5-mockito | jar | |
io.quarkus : quarkus-junit5-internal | jar | |
io.quarkus : quarkus-resteasy-jackson | jar | |
io.rest-assured : rest-assured | jar | |
org.assertj : assertj-core | jar | 3.20.2 |