GroupId | GroupIdio.airlift.airship |
---|---|
ArtifactId | ArtifactIdairship-integration-tests |
Version | Version0.11 |
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.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift.airship/airship-integration-tests/
implementation 'io.airlift.airship:airship-integration-tests:0.11'
// https://jarcasting.com/artifacts/io.airlift.airship/airship-integration-tests/
implementation ("io.airlift.airship:airship-integration-tests:0.11")
'io.airlift.airship:airship-integration-tests:jar:0.11'
<dependency org="io.airlift.airship" name="airship-integration-tests" rev="0.11">
<artifact name="airship-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift.airship', module='airship-integration-tests', version='0.11')
)
libraryDependencies += "io.airlift.airship" % "airship-integration-tests" % "0.11"
[io.airlift.airship/airship-integration-tests "0.11"]