MVN

cn.happyloves : ali-tools

Maven & Gradle

Mar 05, 2021
3 stars

ali-tools · Ali Tools project for Spring Boot

<dependency>
    <groupId>cn.happyloves</groupId>
    <artifactId>ali-tools</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.happyloves : ali-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of cn.happyloves : ali-tools to add to Maven or Gradle - All Versions:

  • Version Updated
  • ali-tools-0.0.5

    Mar 05, 2021
  • ali-tools-0.0.4

    Aug 12, 2020
  • ali-tools-0.0.3

    Aug 05, 2020
  • ali-tools-0.0.2

    Jun 11, 2020
  • ali-tools-0.0.1

    Jun 09, 2020

How to add a dependency to Maven

Add the following cn.happyloves : ali-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.happyloves</groupId>
    <artifactId>ali-tools</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.happyloves : ali-tools gradle dependency to your build.gradle file:

implementation 'cn.happyloves:ali-tools:0.0.5'

Gradle Kotlin DSL: Add the following cn.happyloves : ali-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.happyloves:ali-tools:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.happyloves : ali-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.happyloves" % "ali-tools" % "0.0.5"