Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.skyscanner.backpack |
ArtifactId | ArtifactIdbackpack-common |
Version | Version0.7.0 |
Type | Typeaar |
Filename | Size |
---|---|
backpack-common-0.7.0.pom | |
backpack-common-0.7.0-source.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.skyscanner.backpack/backpack-common/ -->
<dependency>
<groupId>net.skyscanner.backpack</groupId>
<artifactId>backpack-common</artifactId>
<version>0.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.skyscanner.backpack/backpack-common/
implementation 'net.skyscanner.backpack:backpack-common:0.7.0'
// https://jarcasting.com/artifacts/net.skyscanner.backpack/backpack-common/
implementation ("net.skyscanner.backpack:backpack-common:0.7.0")
'net.skyscanner.backpack:backpack-common:aar:0.7.0'
<dependency org="net.skyscanner.backpack" name="backpack-common" rev="0.7.0">
<artifact name="backpack-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.skyscanner.backpack', module='backpack-common', version='0.7.0')
)
libraryDependencies += "net.skyscanner.backpack" % "backpack-common" % "0.7.0"
[net.skyscanner.backpack/backpack-common "0.7.0"]