MVN

com.oracle.database.spring : oracle-spring-boot-starter-aqjms

Maven & Gradle

May 26, 2023
56 stars

Oracle Spring Boot Starter - AQ JMS · Oracle's implementation of Spring Boot Starter for using with Oracle AQ JMS

<dependency>
    <groupId>com.oracle.database.spring</groupId>
    <artifactId>oracle-spring-boot-starter-aqjms</artifactId>
    <version>2.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.database.spring : oracle-spring-boot-starter-aqjms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.8

All Versions

Choose a version of com.oracle.database.spring : oracle-spring-boot-starter-aqjms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
oracle-spring-boot-starter-aqjms-3.1.0
3.0.x
oracle-spring-boot-starter-aqjms-3.0.7
oracle-spring-boot-starter-aqjms-3.0.6
oracle-spring-boot-starter-aqjms-3.0.5
oracle-spring-boot-starter-aqjms-3.0.4
oracle-spring-boot-starter-aqjms-3.0.3
oracle-spring-boot-starter-aqjms-3.0.2
2.7.x
oracle-spring-boot-starter-aqjms-2.7.12
oracle-spring-boot-starter-aqjms-2.7.11
oracle-spring-boot-starter-aqjms-2.7.10
oracle-spring-boot-starter-aqjms-2.7.9
oracle-spring-boot-starter-aqjms-2.7.8
oracle-spring-boot-starter-aqjms-2.7.7

How to add a dependency to Maven

Add the following com.oracle.database.spring : oracle-spring-boot-starter-aqjms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.oracle.database.spring</groupId>
    <artifactId>oracle-spring-boot-starter-aqjms</artifactId>
    <version>2.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oracle.database.spring : oracle-spring-boot-starter-aqjms gradle dependency to your build.gradle file:

implementation 'com.oracle.database.spring:oracle-spring-boot-starter-aqjms:2.7.8'

Gradle Kotlin DSL: Add the following com.oracle.database.spring : oracle-spring-boot-starter-aqjms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.oracle.database.spring:oracle-spring-boot-starter-aqjms:2.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oracle.database.spring : oracle-spring-boot-starter-aqjms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oracle.database.spring" % "oracle-spring-boot-starter-aqjms" % "2.7.8"