| License |
License |
|---|---|
| GroupId | GroupIdcn.minsin.core |
| ArtifactId | ArtifactIdmutils-core |
| Last Version | Last Version4.0.1.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmutils-core
mutils-core 作为mutils组件中的核心模块。 可以被maven项目单独引用,引入后可提供多种帮助类,如StringUtil、NumberUtil、DateUtil等等
maven仓库:https://mvnrepository.com/artifact/cn.minsin/mutils-core
|
| Filename | Size |
|---|---|
| mutils-core-4.0.1.RELEASE.pom | |
| mutils-core-4.0.1.RELEASE.jar | 88 KB |
| mutils-core-4.0.1.RELEASE-sources.jar | 56 KB |
| mutils-core-4.0.1.RELEASE-javadoc.jar | 418 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.minsin.core/mutils-core/ -->
<dependency>
<groupId>cn.minsin.core</groupId>
<artifactId>mutils-core</artifactId>
<version>4.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.minsin.core/mutils-core/
implementation 'cn.minsin.core:mutils-core:4.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.minsin.core/mutils-core/
implementation ("cn.minsin.core:mutils-core:4.0.1.RELEASE")
'cn.minsin.core:mutils-core:jar:4.0.1.RELEASE'
<dependency org="cn.minsin.core" name="mutils-core" rev="4.0.1.RELEASE">
<artifact name="mutils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.minsin.core', module='mutils-core', version='4.0.1.RELEASE')
)
libraryDependencies += "cn.minsin.core" % "mutils-core" % "4.0.1.RELEASE"
[cn.minsin.core/mutils-core "4.0.1.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| com.alibaba : fastjson | jar | 1.2.70 |
| org.apache.httpcomponents : httpclient Optional | jar | 4.5.12 |
| org.projectlombok : lombok | jar | 1.18.12 |
| joda-time : joda-time | jar | 2.10.6 |
| com.google.guava : guava | jar | 29.0-jre |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| com.squareup.okhttp3 : okhttp | jar | 4.8.0 |