| GroupId | GroupIdcn.someget |
|---|---|
| ArtifactId | ArtifactIdcache-anno |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cache-anno-0.0.2.pom | |
| cache-anno-0.0.2.jar | 20 KB |
| cache-anno-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.someget/cache-anno/
implementation 'cn.someget:cache-anno:0.0.2'
// https://jarcasting.com/artifacts/cn.someget/cache-anno/
implementation ("cn.someget:cache-anno:0.0.2")
'cn.someget:cache-anno:jar:0.0.2'
<dependency org="cn.someget" name="cache-anno" rev="0.0.2">
<artifact name="cache-anno" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.someget', module='cache-anno', version='0.0.2')
)
libraryDependencies += "cn.someget" % "cache-anno" % "0.0.2"
[cn.someget/cache-anno "0.0.2"]