Categories |
CategoriesQuarkus Container Microservices Jackson Data JSON RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-resteasy-jackson-parent |
Version | Version0.26.1 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-resteasy-jackson-parent-0.26.1.pom | 766 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-jackson-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson-parent</artifactId>
<version>0.26.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-jackson-parent/
implementation 'io.quarkus:quarkus-resteasy-jackson-parent:0.26.1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-jackson-parent/
implementation ("io.quarkus:quarkus-resteasy-jackson-parent:0.26.1")
'io.quarkus:quarkus-resteasy-jackson-parent:pom:0.26.1'
<dependency org="io.quarkus" name="quarkus-resteasy-jackson-parent" rev="0.26.1">
<artifact name="quarkus-resteasy-jackson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy-jackson-parent', version='0.26.1')
)
libraryDependencies += "io.quarkus" % "quarkus-resteasy-jackson-parent" % "0.26.1"
[io.quarkus/quarkus-resteasy-jackson-parent "0.26.1"]