GroupId | GroupIdio.airlift.airship |
---|---|
ArtifactId | ArtifactIdairship-integration-tests |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
airship-integration-tests-0.10.pom | |
airship-integration-tests-0.10.jar | 1 KB |
airship-integration-tests-0.10-javadoc.jar | 338 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift.airship/airship-integration-tests/
implementation 'io.airlift.airship:airship-integration-tests:0.10'
// https://jarcasting.com/artifacts/io.airlift.airship/airship-integration-tests/
implementation ("io.airlift.airship:airship-integration-tests:0.10")
'io.airlift.airship:airship-integration-tests:jar:0.10'
<dependency org="io.airlift.airship" name="airship-integration-tests" rev="0.10">
<artifact name="airship-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift.airship', module='airship-integration-tests', version='0.10')
)
libraryDependencies += "io.airlift.airship" % "airship-integration-tests" % "0.10"
[io.airlift.airship/airship-integration-tests "0.10"]