не последняя версия
Последняя версия 2.0.1

cn.someget:cache-anno 2.0.0

自动缓存注解

Группа

Группа

cn.someget
Идентификатор

Идентификатор

cache-anno
Версия

Версия

2.0.0
Тип

Тип

jar

Скачать cache-anno 2.0.0


<!-- https://jarcasting.com/artifacts/cn.someget/cache-anno/ -->
<dependency>
    <groupId>cn.someget</groupId>
    <artifactId>cache-anno</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.someget/cache-anno/
implementation 'cn.someget:cache-anno:2.0.0'
// https://jarcasting.com/artifacts/cn.someget/cache-anno/
implementation ("cn.someget:cache-anno:2.0.0")
'cn.someget:cache-anno:jar:2.0.0'
<dependency org="cn.someget" name="cache-anno" rev="2.0.0">
  <artifact name="cache-anno" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.someget', module='cache-anno', version='2.0.0')
)
libraryDependencies += "cn.someget" % "cache-anno" % "2.0.0"
[cn.someget/cache-anno "2.0.0"]