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