GroupId | GroupIdio.airlift.airship |
---|---|
ArtifactId | ArtifactIdairship-root |
Version | Version0.11 |
Type | Typepom |
Filename | Size |
---|---|
airship-root-0.11.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.airlift.airship/airship-root/ -->
<dependency>
<groupId>io.airlift.airship</groupId>
<artifactId>airship-root</artifactId>
<version>0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.airlift.airship/airship-root/
implementation 'io.airlift.airship:airship-root:0.11'
// https://jarcasting.com/artifacts/io.airlift.airship/airship-root/
implementation ("io.airlift.airship:airship-root:0.11")
'io.airlift.airship:airship-root:pom:0.11'
<dependency org="io.airlift.airship" name="airship-root" rev="0.11">
<artifact name="airship-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.airlift.airship', module='airship-root', version='0.11')
)
libraryDependencies += "io.airlift.airship" % "airship-root" % "0.11"
[io.airlift.airship/airship-root "0.11"]