MVN

org.minbox.framework : api-boot-plugin

Maven & Gradle

Jul 07, 2020
26 usages

ApiBoot Plugin 基础依赖

<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-plugin</artifactId>
    <version>2.2.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.minbox.framework : api-boot-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.7.RELEASE
  • Latest Release Candidate: 2.1.4-RC2

All Versions

Choose a version of org.minbox.framework : api-boot-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
api-boot-plugin-2.2.7.RELEASE
api-boot-plugin-2.2.6.RELEASE
api-boot-plugin-2.2.5.RELEASE
api-boot-plugin-2.2.4.RELEASE
api-boot-plugin-2.2.3.RELEASE
api-boot-plugin-2.2.2.RELEASE
api-boot-plugin-2.2.1.RELEASE
api-boot-plugin-2.2.0.RELEASE
2.1.x
api-boot-plugin-2.1.7.RELEASE
api-boot-plugin-2.1.6.RELEASE
api-boot-plugin-2.1.5.RELEASE
api-boot-plugin-2.1.4.RELEASE
api-boot-plugin-2.1.4-RC2
api-boot-plugin-2.1.4-RC1
api-boot-plugin-2.1.3.RELEASE
api-boot-plugin-2.1.2.RELEASE
api-boot-plugin-2.1.1.RELEASE
api-boot-plugin-2.1.0.RELEASE
2.0.x
api-boot-plugin-2.0.9.RELEASE
api-boot-plugin-2.0.8.RELEASE
api-boot-plugin-2.0.7.RELEASE
api-boot-plugin-2.0.6.RELEASE
api-boot-plugin-2.0.5.RELEASE
api-boot-plugin-2.0.4.RELEASE
api-boot-plugin-2.0.3.RELEASE
api-boot-plugin-2.0.2.RELEASE
api-boot-plugin-2.0.1.RELEASE
1.0.x
api-boot-plugin-1.0.3.RELEASE
api-boot-plugin-1.0.2.RELEASE
api-boot-plugin-1.0.1.RELEASE

How to add a dependency to Maven

Add the following org.minbox.framework : api-boot-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-plugin</artifactId>
    <version>2.2.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.minbox.framework : api-boot-plugin gradle dependency to your build.gradle file:

implementation 'org.minbox.framework:api-boot-plugin:2.2.7.RELEASE'

Gradle Kotlin DSL: Add the following org.minbox.framework : api-boot-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.minbox.framework:api-boot-plugin:2.2.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.minbox.framework : api-boot-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.minbox.framework" % "api-boot-plugin" % "2.2.7.RELEASE"

Advertisement