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