Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.airlift.airship |
ArtifactId | ArtifactIdairship-config-bundler |
Version | Version0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.airlift.airship/airship-config-bundler/ -->
<dependency>
<groupId>io.airlift.airship</groupId>
<artifactId>airship-config-bundler</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift.airship/airship-config-bundler/
implementation 'io.airlift.airship:airship-config-bundler:0.12'
// https://jarcasting.com/artifacts/io.airlift.airship/airship-config-bundler/
implementation ("io.airlift.airship:airship-config-bundler:0.12")
'io.airlift.airship:airship-config-bundler:jar:0.12'
<dependency org="io.airlift.airship" name="airship-config-bundler" rev="0.12">
<artifact name="airship-config-bundler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift.airship', module='airship-config-bundler', version='0.12')
)
libraryDependencies += "io.airlift.airship" % "airship-config-bundler" % "0.12"
[io.airlift.airship/airship-config-bundler "0.12"]