is not current version
Last Version 2.1.21

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


GroupId

GroupId

cn.rhymed.common
ArtifactId

ArtifactId

my-utils
Version

Version

2.1.14-RELEASE
Type

Type

jar

Download my-utils 2.1.14-RELEASE


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