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