License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices DB2 Data Databases React User Interface Web Frameworks CLI |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-reactive-db2-client |
Version | Version2.9.0.Final |
Type | Typejar |
Description |
DescriptionQuarkus - Reactive DB2 Client - Runtime
Connect to the DB2 database using the reactive pattern
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-reactive-db2-client/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-db2-client</artifactId>
<version>2.9.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-reactive-db2-client/
implementation 'io.quarkus:quarkus-reactive-db2-client:2.9.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-reactive-db2-client/
implementation ("io.quarkus:quarkus-reactive-db2-client:2.9.0.Final")
'io.quarkus:quarkus-reactive-db2-client:jar:2.9.0.Final'
<dependency org="io.quarkus" name="quarkus-reactive-db2-client" rev="2.9.0.Final">
<artifact name="quarkus-reactive-db2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-reactive-db2-client', version='2.9.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-reactive-db2-client" % "2.9.0.Final"
[io.quarkus/quarkus-reactive-db2-client "2.9.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-reactive-datasource | jar | |
io.quarkus : quarkus-vertx | jar | |
io.smallrye.reactive : smallrye-mutiny-vertx-db2-client | jar | |
io.quarkus : quarkus-credentials | jar | |
io.quarkus : quarkus-smallrye-health Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.9.0.Final |