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