не последняя версия
Последняя версия 1.0-rc3

com.github.attt:archer 1.0-rc2

A java cache framework based on method annotation.

Группа

Группа

com.github.attt
Идентификатор

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

archer
Версия

Версия

1.0-rc2
Тип

Тип

pom

Скачать archer 1.0-rc2

Имя Файла Размер
archer-1.0-rc2.pom 4 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.attt/archer/ -->
<dependency>
    <groupId>com.github.attt</groupId>
    <artifactId>archer</artifactId>
    <version>1.0-rc2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.attt/archer/
implementation 'com.github.attt:archer:1.0-rc2'
// https://jarcasting.com/artifacts/com.github.attt/archer/
implementation ("com.github.attt:archer:1.0-rc2")
'com.github.attt:archer:pom:1.0-rc2'
<dependency org="com.github.attt" name="archer" rev="1.0-rc2">
  <artifact name="archer" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.attt', module='archer', version='1.0-rc2')
)
libraryDependencies += "com.github.attt" % "archer" % "1.0-rc2"
[com.github.attt/archer "1.0-rc2"]