MVN

com.holon-platform.jdbc : holon-jdbc-spring-boot

Maven & Gradle

Jul 08, 2020
6 usages
4 stars

Holon JDBC Spring Boot integration

<dependency>
    <groupId>com.holon-platform.jdbc</groupId>
    <artifactId>holon-jdbc-spring-boot</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.holon-platform.jdbc : holon-jdbc-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0
  • Latest Release Candidate: 5.2.0-rc2
  • Latest Alpha: 5.2.0-alpha2

All Versions

Choose a version of com.holon-platform.jdbc : holon-jdbc-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
holon-jdbc-spring-boot-5.5.0
5.4.x
holon-jdbc-spring-boot-5.4.0
5.3.x
holon-jdbc-spring-boot-5.3.0
5.2.x
holon-jdbc-spring-boot-5.2.4
holon-jdbc-spring-boot-5.2.3
holon-jdbc-spring-boot-5.2.2
holon-jdbc-spring-boot-5.2.1
holon-jdbc-spring-boot-5.2.0
holon-jdbc-spring-boot-5.2.0-rc2
holon-jdbc-spring-boot-5.2.0-rc1
holon-jdbc-spring-boot-5.2.0-alpha2
holon-jdbc-spring-boot-5.2.0-alpha1
5.1.x
holon-jdbc-spring-boot-5.1.4
holon-jdbc-spring-boot-5.1.3
holon-jdbc-spring-boot-5.1.2
holon-jdbc-spring-boot-5.1.1
holon-jdbc-spring-boot-5.1.0
5.0.x
holon-jdbc-spring-boot-5.0.4
holon-jdbc-spring-boot-5.0.3
holon-jdbc-spring-boot-5.0.2
holon-jdbc-spring-boot-5.0.1
holon-jdbc-spring-boot-5.0.0

How to add a dependency to Maven

Add the following com.holon-platform.jdbc : holon-jdbc-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.holon-platform.jdbc</groupId>
    <artifactId>holon-jdbc-spring-boot</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.holon-platform.jdbc : holon-jdbc-spring-boot gradle dependency to your build.gradle file:

implementation 'com.holon-platform.jdbc:holon-jdbc-spring-boot:5.5.0'

Gradle Kotlin DSL: Add the following com.holon-platform.jdbc : holon-jdbc-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.holon-platform.jdbc:holon-jdbc-spring-boot:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.holon-platform.jdbc : holon-jdbc-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.holon-platform.jdbc" % "holon-jdbc-spring-boot" % "5.5.0"

Advertisement