Categories |
CategoriesQuarkus Container Microservices React User Interface Web Frameworks JSON Data RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.quarkus.resteasy.reactive |
ArtifactId | ArtifactIdresteasy-reactive-jsonb |
Version | Version2.7.6.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus.resteasy.reactive/resteasy-reactive-jsonb/ -->
<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>resteasy-reactive-jsonb</artifactId>
<version>2.7.6.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.resteasy.reactive/resteasy-reactive-jsonb/
implementation 'io.quarkus.resteasy.reactive:resteasy-reactive-jsonb:2.7.6.Final'
// https://jarcasting.com/artifacts/io.quarkus.resteasy.reactive/resteasy-reactive-jsonb/
implementation ("io.quarkus.resteasy.reactive:resteasy-reactive-jsonb:2.7.6.Final")
'io.quarkus.resteasy.reactive:resteasy-reactive-jsonb:jar:2.7.6.Final'
<dependency org="io.quarkus.resteasy.reactive" name="resteasy-reactive-jsonb" rev="2.7.6.Final">
<artifact name="resteasy-reactive-jsonb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive-jsonb', version='2.7.6.Final')
)
libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-jsonb" % "2.7.6.Final"
[io.quarkus.resteasy.reactive/resteasy-reactive-jsonb "2.7.6.Final"]