MVN

cn.ibizlab.plugin : ibizlab-boot-starter-data

Maven & Gradle

Jul 17, 2023
68.3k stars

iBizLab Boot Starter Data · iBizLab Boot Starter Data

<dependency>
    <groupId>cn.ibizlab.plugin</groupId>
    <artifactId>ibizlab-boot-starter-data</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-data 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-data to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.ibizlab.plugin</groupId>
    <artifactId>ibizlab-boot-starter-data</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-data gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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