r

resteasy-reactive-jsonb

Files download
File Operation
resteasy-reactive-jsonb-3.9.4.jar download
resteasy-reactive-jsonb-3.9.4.pom download
resteasy-reactive-jsonb-3.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus.resteasy.reactive</groupId>
  <artifactId>resteasy-reactive-jsonb</artifactId>
  <version>3.9.4</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus.resteasy.reactive:resteasy-reactive-jsonb:3.9.4'
Gradle Kotlin
implementation("io.quarkus.resteasy.reactive:resteasy-reactive-jsonb:3.9.4")
Scala SBT
libraryDependencies += "io.quarkus.resteasy.reactive" % "resteasy-reactive-jsonb" % "3.9.4"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus.resteasy.reactive', module='resteasy-reactive-jsonb', version='3.9.4')
)
Apache Ivy
<dependency org="io.quarkus.resteasy.reactive" name="resteasy-reactive-jsonb" rev="3.9.4" />
Leiningen
[io.quarkus.resteasy.reactive/resteasy-reactive-jsonb "3.9.4"]
Apache Buildr
'io.quarkus.resteasy.reactive:resteasy-reactive-jsonb:jar:3.9.4'