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