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