| Группа | Группаcloud.agileframework |
|---|---|
| Идентификатор | Идентификаторagile-cache |
| Версия | Версия2.0.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| agile-cache-2.0.10.pom | |
| agile-cache-2.0.10.jar | 41 KB |
| agile-cache-2.0.10-sources.jar | 26 KB |
| agile-cache-2.0.10-javadoc.jar | 180 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-cache</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation 'cloud.agileframework:agile-cache:2.0.10'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-cache/
implementation ("cloud.agileframework:agile-cache:2.0.10")
'cloud.agileframework:agile-cache:jar:2.0.10'
<dependency org="cloud.agileframework" name="agile-cache" rev="2.0.10">
<artifact name="agile-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-cache', version='2.0.10')
)
libraryDependencies += "cloud.agileframework" % "agile-cache" % "2.0.10"
[cloud.agileframework/agile-cache "2.0.10"]