GroupId | GroupIdio.airlift.airship |
---|---|
ArtifactId | ArtifactIdairship-shared |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
airship-shared-0.12.pom | |
airship-shared-0.12.jar | 89 KB |
airship-shared-0.12-tests.jar | 29 KB |
airship-shared-0.12-test-sources.jar | 17 KB |
airship-shared-0.12-sources.jar | 40 KB |
airship-shared-0.12-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.airlift.airship/airship-shared/ -->
<dependency>
<groupId>io.airlift.airship</groupId>
<artifactId>airship-shared</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift.airship/airship-shared/
implementation 'io.airlift.airship:airship-shared:0.12'
// https://jarcasting.com/artifacts/io.airlift.airship/airship-shared/
implementation ("io.airlift.airship:airship-shared:0.12")
'io.airlift.airship:airship-shared:jar:0.12'
<dependency org="io.airlift.airship" name="airship-shared" rev="0.12">
<artifact name="airship-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift.airship', module='airship-shared', version='0.12')
)
libraryDependencies += "io.airlift.airship" % "airship-shared" % "0.12"
[io.airlift.airship/airship-shared "0.12"]