MVN

cn.ibizlab.plugin : ibizlab-boot-starter

Maven & Gradle

Jul 17, 2023
68.3k stars

iBizLab Boot Starter · iBizLab Boot Starter

<dependency>
    <groupId>cn.ibizlab.plugin</groupId>
    <artifactId>ibizlab-boot-starter</artifactId>
    <version>2.6.12.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.ibizlab.plugin : ibizlab-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.12.2.1

All Versions

Choose a version of cn.ibizlab.plugin : ibizlab-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
ibizlab-boot-starter-2.6.12.2.1
ibizlab-boot-starter-2.6.12.2
2.4.x
ibizlab-boot-starter-2.4.8-zjc
ibizlab-boot-starter-2.4.7
ibizlab-boot-starter-2.4.6
ibizlab-boot-starter-2.4.5
ibizlab-boot-starter-2.4.4
ibizlab-boot-starter-2.4.3
ibizlab-boot-starter-2.4.2
ibizlab-boot-starter-2.4.1
ibizlab-boot-starter-2.4.0

How to add a dependency to Maven

Add the following cn.ibizlab.plugin : ibizlab-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.ibizlab.plugin</groupId>
    <artifactId>ibizlab-boot-starter</artifactId>
    <version>2.6.12.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.ibizlab.plugin : ibizlab-boot-starter gradle dependency to your build.gradle file:

implementation 'cn.ibizlab.plugin:ibizlab-boot-starter:2.6.12.2.1'

Gradle Kotlin DSL: Add the following cn.ibizlab.plugin : ibizlab-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.ibizlab.plugin:ibizlab-boot-starter:2.6.12.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.ibizlab.plugin : ibizlab-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.ibizlab.plugin" % "ibizlab-boot-starter" % "2.6.12.2.1"