MVN

com.codingapi.springboot : springboot-starter

Maven & Gradle

Aug 01, 2023
100 stars

springboot-starter · springboot-starter project for Spring Boot

<dependency>
    <groupId>com.codingapi.springboot</groupId>
    <artifactId>springboot-starter</artifactId>
    <version>2.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codingapi.springboot : springboot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.5

All Versions

Choose a version of com.codingapi.springboot : springboot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
springboot-starter-2.1.5
springboot-starter-2.1.4
springboot-starter-2.1.3
springboot-starter-2.1.2
springboot-starter-2.1.1
springboot-starter-2.1.0
2.0.x
springboot-starter-2.0.4
springboot-starter-2.0.3
springboot-starter-2.0.2
springboot-starter-2.0.1
springboot-starter-2.0.0
1.5.x
springboot-starter-1.5.18
springboot-starter-1.5.17.1
springboot-starter-1.5.17
springboot-starter-1.5.16
springboot-starter-1.5.15
springboot-starter-1.5.14
springboot-starter-1.5.13
springboot-starter-1.5.12
springboot-starter-1.5.11
springboot-starter-1.5.10
springboot-starter-1.5.9
springboot-starter-1.5.8
springboot-starter-1.5.7
springboot-starter-1.5.6
springboot-starter-1.5.5
springboot-starter-1.5.4
springboot-starter-1.5.3
springboot-starter-1.5.2
springboot-starter-1.5.1
springboot-starter-1.5.0
1.4.x
springboot-starter-1.4.13
springboot-starter-1.4.12
springboot-starter-1.4.11
springboot-starter-1.4.11.dev
springboot-starter-1.4.10
springboot-starter-1.4.9
springboot-starter-1.4.8
springboot-starter-1.4.7
springboot-starter-1.4.6
springboot-starter-1.4.5
springboot-starter-1.4.4
springboot-starter-1.4.3
springboot-starter-1.4.2
springboot-starter-1.4.1
springboot-starter-1.4.0
1.1.x
springboot-starter-1.1.8
springboot-starter-1.1.7
springboot-starter-1.1.6
springboot-starter-1.1.4
springboot-starter-1.1.3
springboot-starter-1.1.2
springboot-starter-1.1.1
springboot-starter-1.1.0
0.1.x
springboot-starter-0.1.2
springboot-starter-0.1.1
springboot-starter-0.1.0
0.0.x
springboot-starter-0.0.1

How to add a dependency to Maven

Add the following com.codingapi.springboot : springboot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codingapi.springboot</groupId>
    <artifactId>springboot-starter</artifactId>
    <version>2.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codingapi.springboot : springboot-starter gradle dependency to your build.gradle file:

implementation 'com.codingapi.springboot:springboot-starter:2.1.5'

Gradle Kotlin DSL: Add the following com.codingapi.springboot : springboot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codingapi.springboot:springboot-starter:2.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codingapi.springboot : springboot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codingapi.springboot" % "springboot-starter" % "2.1.5"