GroupId | GroupIdcn.rhymed.common |
---|---|
ArtifactId | ArtifactIdmy-utils |
Version | Version2.1.8-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
my-utils-2.1.8-RELEASE.pom | |
my-utils-2.1.8-RELEASE.jar | 82 KB |
my-utils-2.1.8-RELEASE-sources.jar | 52 KB |
my-utils-2.1.8-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.8-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/
implementation 'cn.rhymed.common:my-utils:2.1.8-RELEASE'
// https://jarcasting.com/artifacts/cn.rhymed.common/my-utils/
implementation ("cn.rhymed.common:my-utils:2.1.8-RELEASE")
'cn.rhymed.common:my-utils:jar:2.1.8-RELEASE'
<dependency org="cn.rhymed.common" name="my-utils" rev="2.1.8-RELEASE">
<artifact name="my-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.rhymed.common', module='my-utils', version='2.1.8-RELEASE')
)
libraryDependencies += "cn.rhymed.common" % "my-utils" % "2.1.8-RELEASE"
[cn.rhymed.common/my-utils "2.1.8-RELEASE"]