MVN

com.github.kagkarlsson : spring-boot-example

Maven & Gradle

Aug 25, 2023
1.1k stars

db-scheduler: Examples: Spring Boot · Examples on how to use db-scheduler with Spring Boot

<dependency>
    <groupId>com.github.kagkarlsson</groupId>
    <artifactId>spring-boot-example</artifactId>
    <version>12.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.kagkarlsson : spring-boot-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.5.0

All Versions

Choose a version of com.github.kagkarlsson : spring-boot-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.5.x
spring-boot-example-12.5.0
12.4.x
spring-boot-example-12.4.0
12.3.x
spring-boot-example-12.3.0
12.2.x
spring-boot-example-12.2.0
12.1.x
spring-boot-example-12.1.0
12.0.x
spring-boot-example-12.0.1
spring-boot-example-12.0.0
11.7
spring-boot-example-11.7
11.6
spring-boot-example-11.6
11.5
spring-boot-example-11.5
11.4
spring-boot-example-11.4
11.3
spring-boot-example-11.3
11.2
spring-boot-example-11.2
11.1
spring-boot-example-11.1
11.0
spring-boot-example-11.0
10.5
spring-boot-example-10.5
10.4
spring-boot-example-10.4
10.3
spring-boot-example-10.3
10.2
spring-boot-example-10.2
10.1
spring-boot-example-10.1
10.0
spring-boot-example-10.0
9.4
spring-boot-example-9.4
9.3
spring-boot-example-9.3
9.2
spring-boot-example-9.2
9.1
spring-boot-example-9.1
9.0
spring-boot-example-9.0
8.2
spring-boot-example-8.2
8.1
spring-boot-example-8.1
8.0
spring-boot-example-8.0
7.2
spring-boot-example-7.2
7.1
spring-boot-example-7.1
7.0
spring-boot-example-7.0
6.9
spring-boot-example-6.9
6.8
spring-boot-example-6.8
6.7
spring-boot-example-6.7
6.6
spring-boot-example-6.6
6.5
spring-boot-example-6.5
6.4
spring-boot-example-6.4
6.3
spring-boot-example-6.3
6.2
spring-boot-example-6.2
6.1
spring-boot-example-6.1
6.0
spring-boot-example-6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.kagkarlsson</groupId>
    <artifactId>spring-boot-example</artifactId>
    <version>12.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.kagkarlsson : spring-boot-example gradle dependency to your build.gradle file:

implementation 'com.github.kagkarlsson:spring-boot-example:12.5.0'

Gradle Kotlin DSL: Add the following com.github.kagkarlsson : spring-boot-example gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.kagkarlsson:spring-boot-example:12.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.kagkarlsson : spring-boot-example sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.kagkarlsson" % "spring-boot-example" % "12.5.0"

Advertisement