MVN

cn.jiangzeyin : common-boot

Maven & Gradle

May 08, 2018
2 usages
<dependency>
    <groupId>cn.jiangzeyin</groupId>
    <artifactId>common-boot</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jiangzeyin : common-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of cn.jiangzeyin : common-boot to add to Maven or Gradle - All Versions:

  • Version Updated
  • common-boot-1.1.11

    May 08, 2018
  • common-boot-1.1.10

    Apr 20, 2018
  • common-boot-1.1.9

    Apr 17, 2018
  • common-boot-1.1.8

    Mar 15, 2018
  • common-boot-1.1.7

    Jan 20, 2018
  • common-boot-1.1.6

    Dec 16, 2017
  • common-boot-1.1.5

    Dec 04, 2017
  • common-boot-1.1.4

    Dec 02, 2017
  • common-boot-1.1.3

    Dec 01, 2017
  • common-boot-1.1.2

    Nov 14, 2017
  • common-boot-1.1.0

    Nov 02, 2017
  • common-boot-1.0.2

    Oct 24, 2017
  • common-boot-1.0.1

    Aug 25, 2017
  • common-boot-1.0.0

    Aug 23, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.jiangzeyin</groupId>
    <artifactId>common-boot</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.jiangzeyin : common-boot gradle dependency to your build.gradle file:

implementation 'cn.jiangzeyin:common-boot:1.1.11'

Gradle Kotlin DSL: Add the following cn.jiangzeyin : common-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.jiangzeyin:common-boot:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.jiangzeyin : common-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.jiangzeyin" % "common-boot" % "1.1.11"