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