MVN

cn.minsin : mutils-core

Maven & Gradle

May 10, 2020
29 usages
8 stars

mutils-core · mutils-core 作为mutils组件中的核心模块。 可以被maven项目单独引用,引入后可提供多种帮助类,如StringUtil、NumberUtil、DateUtil等等 maven仓库:https://mvnrepository.com/artifact/cn.minsin/mutils-core

<dependency>
    <groupId>cn.minsin</groupId>
    <artifactId>mutils-core</artifactId>
    <version>0.1.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.minsin : mutils-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7.RELEASE

All Versions

Choose a version of cn.minsin : mutils-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
mutils-core-0.3.7
mutils-core-0.3.6
mutils-core-0.3.5
mutils-core-0.3.4
mutils-core-0.3.3
mutils-core-0.3.2
mutils-core-0.3.1
mutils-core-0.3.0
0.2.x
mutils-core-0.2.9
mutils-core-0.2.8
mutils-core-0.2.7
mutils-core-0.2.6
mutils-core-0.2.5
mutils-core-0.2.4
mutils-core-0.2.3
mutils-core-0.2.2
mutils-core-0.2.1
mutils-core-0.2.0
0.1.x
mutils-core-0.1.9
mutils-core-0.1.8
mutils-core-0.1.7.RELEASE
mutils-core-0.1.7
mutils-core-0.1.6.RELEASE
mutils-core-0.1.6
mutils-core-0.1.5.RELEASE
mutils-core-0.1.5
mutils-core-0.1.4.RELEASE
mutils-core-0.1.4
mutils-core-0.1.3.RELEASE
mutils-core-0.1.3
mutils-core-0.1.2.RELEASE
mutils-core-0.1.2
mutils-core-0.1.1
mutils-core-0.1.0.RELEASE
0.1
mutils-core-0.1
0.0.x
mutils-core-0.0.9.RELEASE
mutils-core-0.0.8.RELEASE
mutils-core-0.0.7.RELEASE
mutils-core-0.0.6.RELEASE
mutils-core-0.0.5.RELEASE
mutils-core-0.0.4.RELEASE
mutils-core-0.0.3.RELEASE
mutils-core-0.0.2.RELEASE
mutils-core-0.0.1.RELEASE

How to add a dependency to Maven

Add the following cn.minsin : mutils-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.minsin</groupId>
    <artifactId>mutils-core</artifactId>
    <version>0.1.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.minsin : mutils-core gradle dependency to your build.gradle file:

implementation 'cn.minsin:mutils-core:0.1.7.RELEASE'

Gradle Kotlin DSL: Add the following cn.minsin : mutils-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.minsin:mutils-core:0.1.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.minsin : mutils-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.minsin" % "mutils-core" % "0.1.7.RELEASE"

Advertisement