MVN

com.codingapi.springboot : springboot-framework

Maven & Gradle

Jul 21, 2022
3 usages
100 stars

springboot-framework · springboot-framework project for Spring Boot

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

Latest Version

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

  • Latest Stable: 1.0.5

All Versions

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

Version Vulnerabilities Updated
1.0.x
springboot-framework-1.0.5
springboot-framework-1.0.4
springboot-framework-1.0.3
springboot-framework-1.0.2
springboot-framework-1.0.1
springboot-framework-1.0.0
0.0.x
springboot-framework-0.0.16
springboot-framework-0.0.15
springboot-framework-0.0.14
springboot-framework-0.0.13
springboot-framework-0.0.12
springboot-framework-0.0.11
springboot-framework-0.0.10
springboot-framework-0.0.9
springboot-framework-0.0.8
springboot-framework-0.0.6
springboot-framework-0.0.5
springboot-framework-0.0.4
springboot-framework-0.0.3
springboot-framework-0.0.2
springboot-framework-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codingapi.springboot</groupId>
    <artifactId>springboot-framework</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.codingapi.springboot:springboot-framework:1.0.5'

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

implementation("com.codingapi.springboot:springboot-framework:1.0.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.codingapi.springboot" % "springboot-framework" % "1.0.5"