is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-reactive-db2-client 2.0.0.Alpha2

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.0.0.Alpha2
Type

Type

jar

Download quarkus-reactive-db2-client 2.0.0.Alpha2


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