MVN

io.smallrye.reactive : smallrye-axle-postgres-client

Maven & Gradle

Mar 30, 2021
4 usages

SmallRye Axle - Reactiverse Reactive PostGreSQL Client

<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-axle-postgres-client</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye.reactive : smallrye-axle-postgres-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of io.smallrye.reactive : smallrye-axle-postgres-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
smallrye-axle-postgres-client-1.6.0
1.5.x
smallrye-axle-postgres-client-1.5.0
1.4.x
smallrye-axle-postgres-client-1.4.0
1.3.x
smallrye-axle-postgres-client-1.3.0
1.2.x
smallrye-axle-postgres-client-1.2.2
smallrye-axle-postgres-client-1.2.1
smallrye-axle-postgres-client-1.2.0
1.1.x
smallrye-axle-postgres-client-1.1.0
0.1.x
smallrye-axle-postgres-client-0.1.1
smallrye-axle-postgres-client-0.1.0
0.0.x
smallrye-axle-postgres-client-0.0.16
smallrye-axle-postgres-client-0.0.15
smallrye-axle-postgres-client-0.0.14
smallrye-axle-postgres-client-0.0.13
smallrye-axle-postgres-client-0.0.12
smallrye-axle-postgres-client-0.0.11
smallrye-axle-postgres-client-0.0.10
smallrye-axle-postgres-client-0.0.9
smallrye-axle-postgres-client-0.0.8
smallrye-axle-postgres-client-0.0.7
smallrye-axle-postgres-client-0.0.6
smallrye-axle-postgres-client-0.0.5
smallrye-axle-postgres-client-0.0.4
smallrye-axle-postgres-client-0.0.3
smallrye-axle-postgres-client-0.0.2
smallrye-axle-postgres-client-0.0.1

How to add a dependency to Maven

Add the following io.smallrye.reactive : smallrye-axle-postgres-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye.reactive</groupId>
    <artifactId>smallrye-axle-postgres-client</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye.reactive : smallrye-axle-postgres-client gradle dependency to your build.gradle file:

implementation 'io.smallrye.reactive:smallrye-axle-postgres-client:1.6.0'

Gradle Kotlin DSL: Add the following io.smallrye.reactive : smallrye-axle-postgres-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye.reactive:smallrye-axle-postgres-client:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye.reactive : smallrye-axle-postgres-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye.reactive" % "smallrye-axle-postgres-client" % "1.6.0"