| GroupId | GroupIdcn.someget |
|---|---|
| ArtifactId | ArtifactIdcache-anno |
| Version | Version0.0.3-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| cache-anno-0.0.3-RELEASE.pom | |
| cache-anno-0.0.3-RELEASE.jar | 19 KB |
| cache-anno-0.0.3-RELEASE-sources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.someget/cache-anno/ -->
<dependency>
<groupId>cn.someget</groupId>
<artifactId>cache-anno</artifactId>
<version>0.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.someget/cache-anno/
implementation 'cn.someget:cache-anno:0.0.3-RELEASE'
// https://jarcasting.com/artifacts/cn.someget/cache-anno/
implementation ("cn.someget:cache-anno:0.0.3-RELEASE")
'cn.someget:cache-anno:jar:0.0.3-RELEASE'
<dependency org="cn.someget" name="cache-anno" rev="0.0.3-RELEASE">
<artifact name="cache-anno" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.someget', module='cache-anno', version='0.0.3-RELEASE')
)
libraryDependencies += "cn.someget" % "cache-anno" % "0.0.3-RELEASE"
[cn.someget/cache-anno "0.0.3-RELEASE"]