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