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