Categories |
CategoriesQuarkus Container Microservices Jackson Data JSON RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-resteasy-jackson-deployment |
Version | Version2.1.0.CR1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-jackson-deployment/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson-deployment</artifactId>
<version>2.1.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-jackson-deployment/
implementation 'io.quarkus:quarkus-resteasy-jackson-deployment:2.1.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-jackson-deployment/
implementation ("io.quarkus:quarkus-resteasy-jackson-deployment:2.1.0.CR1")
'io.quarkus:quarkus-resteasy-jackson-deployment:jar:2.1.0.CR1'
<dependency org="io.quarkus" name="quarkus-resteasy-jackson-deployment" rev="2.1.0.CR1">
<artifact name="quarkus-resteasy-jackson-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy-jackson-deployment', version='2.1.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-resteasy-jackson-deployment" % "2.1.0.CR1"
[io.quarkus/quarkus-resteasy-jackson-deployment "2.1.0.CR1"]