is not current version
Last Version 1.0.4

com.github.wkangblog:wkang-util 1.0.1-RELEASE

The test uploads the jar to the maven central repository

GroupId

GroupId

com.github.wkangblog
ArtifactId

ArtifactId

wkang-util
Version

Version

1.0.1-RELEASE
Type

Type

jar

Download wkang-util 1.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wkangblog/wkang-util/ -->
<dependency>
    <groupId>com.github.wkangblog</groupId>
    <artifactId>wkang-util</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wkangblog/wkang-util/
implementation 'com.github.wkangblog:wkang-util:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.wkangblog/wkang-util/
implementation ("com.github.wkangblog:wkang-util:1.0.1-RELEASE")
'com.github.wkangblog:wkang-util:jar:1.0.1-RELEASE'
<dependency org="com.github.wkangblog" name="wkang-util" rev="1.0.1-RELEASE">
  <artifact name="wkang-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wkangblog', module='wkang-util', version='1.0.1-RELEASE')
)
libraryDependencies += "com.github.wkangblog" % "wkang-util" % "1.0.1-RELEASE"
[com.github.wkangblog/wkang-util "1.0.1-RELEASE"]