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