GroupId | GroupIdio.gitee.johnpeng |
---|---|
ArtifactId | ArtifactIdmx-utils |
Version | Version5.0.6 |
Type | Typejar |
Filename | Size |
---|---|
mx-utils-5.0.6.pom | |
mx-utils-5.0.6.jar | 123 KB |
mx-utils-5.0.6-sources.jar | 81 KB |
mx-utils-5.0.6-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-utils/ -->
<dependency>
<groupId>io.gitee.johnpeng</groupId>
<artifactId>mx-utils</artifactId>
<version>5.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-utils/
implementation 'io.gitee.johnpeng:mx-utils:5.0.6'
// https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-utils/
implementation ("io.gitee.johnpeng:mx-utils:5.0.6")
'io.gitee.johnpeng:mx-utils:jar:5.0.6'
<dependency org="io.gitee.johnpeng" name="mx-utils" rev="5.0.6">
<artifact name="mx-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.johnpeng', module='mx-utils', version='5.0.6')
)
libraryDependencies += "io.gitee.johnpeng" % "mx-utils" % "5.0.6"
[io.gitee.johnpeng/mx-utils "5.0.6"]