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