GroupId | GroupIdcn.rhymed.common |
---|---|
ArtifactId | ArtifactIdmy-utils |
Version | Version2.1.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
my-utils-2.1.3-RELEASE.pom | |
my-utils-2.1.3-RELEASE.jar | 80 KB |
my-utils-2.1.3-RELEASE-sources.jar | 51 KB |
my-utils-2.1.3-RELEASE-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/ -->
<dependency>
<groupId>cn.rhymed.common</groupId>
<artifactId>my-utils</artifactId>
<version>2.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/
implementation 'cn.rhymed.common:my-utils:2.1.3-RELEASE'
// https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/
implementation ("cn.rhymed.common:my-utils:2.1.3-RELEASE")
'cn.rhymed.common:my-utils:jar:2.1.3-RELEASE'
<dependency org="cn.rhymed.common" name="my-utils" rev="2.1.3-RELEASE">
<artifact name="my-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.rhymed.common', module='my-utils', version='2.1.3-RELEASE')
)
libraryDependencies += "cn.rhymed.common" % "my-utils" % "2.1.3-RELEASE"
[cn.rhymed.common/my-utils "2.1.3-RELEASE"]