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