is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-reactive-db2-client 2.3.0.CR1

Connect to the DB2 database using the reactive pattern

Categories

Categories

Quarkus Container Microservices DB2 Data Databases React User Interface Web Frameworks CLI
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-reactive-db2-client
Version

Version

2.3.0.CR1
Type

Type

jar

Download quarkus-reactive-db2-client 2.3.0.CR1


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