is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-rest-client-jsonb 2.7.6.Final

JSON-B serialization support for the REST client

Categories

Categories

Quarkus Container Microservices CLI User Interface JSON Data
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-rest-client-jsonb
Version

Version

2.7.6.Final
Type

Type

jar

Download quarkus-rest-client-jsonb 2.7.6.Final


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client-jsonb/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-rest-client-jsonb</artifactId>
    <version>2.7.6.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client-jsonb/
implementation 'io.quarkus:quarkus-rest-client-jsonb:2.7.6.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-rest-client-jsonb/
implementation ("io.quarkus:quarkus-rest-client-jsonb:2.7.6.Final")
'io.quarkus:quarkus-rest-client-jsonb:jar:2.7.6.Final'
<dependency org="io.quarkus" name="quarkus-rest-client-jsonb" rev="2.7.6.Final">
  <artifact name="quarkus-rest-client-jsonb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-rest-client-jsonb', version='2.7.6.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-rest-client-jsonb" % "2.7.6.Final"
[io.quarkus/quarkus-rest-client-jsonb "2.7.6.Final"]