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