is not current version
Last Version 1.0.3

com.github.weibin268:my-util 1.0.0

my-util

GroupId

GroupId

com.github.weibin268
ArtifactId

ArtifactId

my-util
Version

Version

1.0.0
Type

Type

jar

Download my-util 1.0.0


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