GroupId | GroupIdio.gitee.johnpeng |
---|---|
ArtifactId | ArtifactIdmx-service-utils |
Version | Version3.0.7-patch3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-service-utils/ -->
<dependency>
<groupId>io.gitee.johnpeng</groupId>
<artifactId>mx-service-utils</artifactId>
<version>3.0.7-patch3</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-service-utils/
implementation 'io.gitee.johnpeng:mx-service-utils:3.0.7-patch3'
// https://jarcasting.com/artifacts/io.gitee.johnpeng/mx-service-utils/
implementation ("io.gitee.johnpeng:mx-service-utils:3.0.7-patch3")
'io.gitee.johnpeng:mx-service-utils:jar:3.0.7-patch3'
<dependency org="io.gitee.johnpeng" name="mx-service-utils" rev="3.0.7-patch3">
<artifact name="mx-service-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.johnpeng', module='mx-service-utils', version='3.0.7-patch3')
)
libraryDependencies += "io.gitee.johnpeng" % "mx-service-utils" % "3.0.7-patch3"
[io.gitee.johnpeng/mx-service-utils "3.0.7-patch3"]