MVN

cn.happyloves : ali-tools

Maven & Gradle

Mar 05, 2021
4 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 Vulnerabilities Updated
0.0.x
ali-tools-0.0.5
ali-tools-0.0.4
ali-tools-0.0.3
ali-tools-0.0.2
ali-tools-0.0.1

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"

Advertisement