| GroupId | GroupIdio.corbel |
|---|---|
| ArtifactId | ArtifactIdcorbel |
| Version | Version1.29.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| corbel-1.29.0.pom | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.corbel/corbel/ -->
<dependency>
<groupId>io.corbel</groupId>
<artifactId>corbel</artifactId>
<version>1.29.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.corbel/corbel/
implementation 'io.corbel:corbel:1.29.0'
// https://jarcasting.com/artifacts/io.corbel/corbel/
implementation ("io.corbel:corbel:1.29.0")
'io.corbel:corbel:pom:1.29.0'
<dependency org="io.corbel" name="corbel" rev="1.29.0">
<artifact name="corbel" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.corbel', module='corbel', version='1.29.0')
)
libraryDependencies += "io.corbel" % "corbel" % "1.29.0"
[io.corbel/corbel "1.29.0"]