| GroupId | GroupIdcom.github.daixuyang |
|---|---|
| ArtifactId | ArtifactIdmp-util |
| Version | Version1.0.4.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| mp-util-1.0.4.RELEASE.pom | |
| mp-util-1.0.4.RELEASE.jar | 8 KB |
| mp-util-1.0.4.RELEASE-sources.jar | 4 KB |
| mp-util-1.0.4.RELEASE-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.daixuyang/mp-util/ -->
<dependency>
<groupId>com.github.daixuyang</groupId>
<artifactId>mp-util</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daixuyang/mp-util/
implementation 'com.github.daixuyang:mp-util:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.daixuyang/mp-util/
implementation ("com.github.daixuyang:mp-util:1.0.4.RELEASE")
'com.github.daixuyang:mp-util:jar:1.0.4.RELEASE'
<dependency org="com.github.daixuyang" name="mp-util" rev="1.0.4.RELEASE">
<artifact name="mp-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daixuyang', module='mp-util', version='1.0.4.RELEASE')
)
libraryDependencies += "com.github.daixuyang" % "mp-util" % "1.0.4.RELEASE"
[com.github.daixuyang/mp-util "1.0.4.RELEASE"]