is not current version
Last Version 2.1.21

cn.rhymed.common:my-utils 2.0.2-RELEASE


GroupId

GroupId

cn.rhymed.common
ArtifactId

ArtifactId

my-utils
Version

Version

2.0.2-RELEASE
Type

Type

jar

Download my-utils 2.0.2-RELEASE


<!-- https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/ -->
<dependency>
    <groupId>cn.rhymed.common</groupId>
    <artifactId>my-utils</artifactId>
    <version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/
implementation 'cn.rhymed.common:my-utils:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/
implementation ("cn.rhymed.common:my-utils:2.0.2-RELEASE")
'cn.rhymed.common:my-utils:jar:2.0.2-RELEASE'
<dependency org="cn.rhymed.common" name="my-utils" rev="2.0.2-RELEASE">
  <artifact name="my-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.rhymed.common', module='my-utils', version='2.0.2-RELEASE')
)
libraryDependencies += "cn.rhymed.common" % "my-utils" % "2.0.2-RELEASE"
[cn.rhymed.common/my-utils "2.0.2-RELEASE"]