MVN

com.oracle.database.spring : oracle-spring-boot-starters

Maven & Gradle

May 26, 2023
58 stars

Oracle Spring Boot Starters - General parent module · Global parent pom.xml to be used by Oracle Spring Boot Starters modules. Modules to centralize common resources and configuration for Spring Boot Starter for using with Oracle AQ JMS Maven builds.

<dependency>
    <groupId>com.oracle.database.spring</groupId>
    <artifactId>oracle-spring-boot-starters</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-starters to add to Maven - Latest Versions:

  • Latest Stable: 2.7.8

All Versions

Choose a version of com.oracle.database.spring : oracle-spring-boot-starters to add to Maven - All Versions:

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

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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