GroupId | GroupIdcom.github.hwywl |
---|---|
ArtifactId | ArtifactIdutil-plus |
Version | Version1.0.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
util-plus-1.0.3-RELEASE.pom | |
util-plus-1.0.3-RELEASE.jar | 13 KB |
util-plus-1.0.3-RELEASE-sources.jar | 9 KB |
util-plus-1.0.3-RELEASE-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hwywl/util-plus/ -->
<dependency>
<groupId>com.github.hwywl</groupId>
<artifactId>util-plus</artifactId>
<version>1.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hwywl/util-plus/
implementation 'com.github.hwywl:util-plus:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.hwywl/util-plus/
implementation ("com.github.hwywl:util-plus:1.0.3-RELEASE")
'com.github.hwywl:util-plus:jar:1.0.3-RELEASE'
<dependency org="com.github.hwywl" name="util-plus" rev="1.0.3-RELEASE">
<artifact name="util-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hwywl', module='util-plus', version='1.0.3-RELEASE')
)
libraryDependencies += "com.github.hwywl" % "util-plus" % "1.0.3-RELEASE"
[com.github.hwywl/util-plus "1.0.3-RELEASE"]