MVN

io.micronaut.configuration : micronaut-jasync-sql

Maven & Gradle

Jun 09, 2020
2 usages
68 stars

Micronaut SQL Libraries · Projects to support SQL Database access in Micronaut

<dependency>
    <groupId>io.micronaut.configuration</groupId>
    <artifactId>micronaut-jasync-sql</artifactId>
    <version>2.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.micronaut.configuration : micronaut-jasync-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.6
  • Latest Release Candidate: 2.0.0.RC1

All Versions

Choose a version of io.micronaut.configuration : micronaut-jasync-sql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
micronaut-jasync-sql-2.2.6
micronaut-jasync-sql-2.2.5
micronaut-jasync-sql-2.2.4
micronaut-jasync-sql-2.2.3
micronaut-jasync-sql-2.2.2
micronaut-jasync-sql-2.2.1
micronaut-jasync-sql-2.2.0
2.1.x
micronaut-jasync-sql-2.1.0
2.0.x
micronaut-jasync-sql-2.0.0
micronaut-jasync-sql-2.0.0.RC1
micronaut-jasync-sql-2.0.0.M1
1.4.x
micronaut-jasync-sql-1.4.1
micronaut-jasync-sql-1.4.1.TEST
micronaut-jasync-sql-1.4.0
1.3.x
micronaut-jasync-sql-1.3.0
micronaut-jasync-sql-1.3.0.RC1
1.2.x
micronaut-jasync-sql-1.2.3
micronaut-jasync-sql-1.2.2
micronaut-jasync-sql-1.2.1
micronaut-jasync-sql-1.2.0
micronaut-jasync-sql-1.2.0.RC2
micronaut-jasync-sql-1.2.0.RC1
micronaut-jasync-sql-1.2.0.M1
1.1.x
micronaut-jasync-sql-1.1.1
micronaut-jasync-sql-1.1.0

How to add a dependency to Maven

Add the following io.micronaut.configuration : micronaut-jasync-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.micronaut.configuration</groupId>
    <artifactId>micronaut-jasync-sql</artifactId>
    <version>2.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.micronaut.configuration : micronaut-jasync-sql gradle dependency to your build.gradle file:

implementation 'io.micronaut.configuration:micronaut-jasync-sql:2.2.6'

Gradle Kotlin DSL: Add the following io.micronaut.configuration : micronaut-jasync-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("io.micronaut.configuration:micronaut-jasync-sql:2.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.micronaut.configuration : micronaut-jasync-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "io.micronaut.configuration" % "micronaut-jasync-sql" % "2.2.6"

Advertisement