MVN

com.gitee.starblues : springboot-plugin-framework

Maven & Gradle

Mar 19, 2022
6 usages

spring boot 插件式开发集成包

<dependency>
    <groupId>com.gitee.starblues</groupId>
    <artifactId>springboot-plugin-framework</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0

All Versions

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

Version Vulnerabilities Updated
3.0.x
springboot-plugin-framework-3.0.0
2.4.x
springboot-plugin-framework-2.4.6-RELEASE
springboot-plugin-framework-2.4.5-RELEASE
springboot-plugin-framework-2.4.4-RELEASE
springboot-plugin-framework-2.4.3-RELEASE
springboot-plugin-framework-2.4.2-RELEASE
springboot-plugin-framework-2.4.1-RELEASE
springboot-plugin-framework-2.4.0-RELEASE
2.3
springboot-plugin-framework-2.3-RELEASE
2.2.x
springboot-plugin-framework-2.2.4-RELEASE
springboot-plugin-framework-2.2.3-RELEASE
springboot-plugin-framework-2.2.2-RELEASE
springboot-plugin-framework-2.2.1-RELEASE
springboot-plugin-framework-2.2.0-RELEASE
2.1.x
springboot-plugin-framework-2.1.4-RELEASE
springboot-plugin-framework-2.1.3-RELEASE
springboot-plugin-framework-2.1.2-RELEASE
springboot-plugin-framework-2.1.1-RELEASE
springboot-plugin-framework-2.1.0-RELEASE
2.0.x
springboot-plugin-framework-2.0.3-RELEASE
springboot-plugin-framework-2.0.2-RELEASE
springboot-plugin-framework-2.0.1-RELEASE
2.0
springboot-plugin-framework-2.0-RELEASE
1.1
springboot-plugin-framework-1.1-RELEASE
1.0
springboot-plugin-framework-1.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.starblues</groupId>
    <artifactId>springboot-plugin-framework</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.gitee.starblues:springboot-plugin-framework:3.0.0'

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

implementation("com.gitee.starblues:springboot-plugin-framework:3.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.gitee.starblues" % "springboot-plugin-framework" % "3.0.0"

Advertisement