GroupId | GroupIdcom.amadeus |
---|---|
ArtifactId | ArtifactIdair |
Version | Version0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
air-0.0.3.pom | |
air-0.0.3.aar | 681 KB |
air-0.0.3-sources.jar | 131 KB |
air-0.0.3-javadoc.jar | 560 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.amadeus/air/ -->
<dependency>
<groupId>com.amadeus</groupId>
<artifactId>air</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.amadeus/air/
implementation 'com.amadeus:air:0.0.3'
// https://jarcasting.com/artifacts/com.amadeus/air/
implementation ("com.amadeus:air:0.0.3")
'com.amadeus:air:aar:0.0.3'
<dependency org="com.amadeus" name="air" rev="0.0.3">
<artifact name="air" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.amadeus', module='air', version='0.0.3')
)
libraryDependencies += "com.amadeus" % "air" % "0.0.3"
[com.amadeus/air "0.0.3"]