Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.skyscanner.backpack |
ArtifactId | ArtifactIdbackpack-common |
Version | Version38.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
backpack-common-38.0.0.pom | |
backpack-common-38.0.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>38.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.skyscanner.backpack/backpack-common/
implementation 'net.skyscanner.backpack:backpack-common:38.0.0'
// https://jarcasting.com/artifacts/net.skyscanner.backpack/backpack-common/
implementation ("net.skyscanner.backpack:backpack-common:38.0.0")
'net.skyscanner.backpack:backpack-common:aar:38.0.0'
<dependency org="net.skyscanner.backpack" name="backpack-common" rev="38.0.0">
<artifact name="backpack-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.skyscanner.backpack', module='backpack-common', version='38.0.0')
)
libraryDependencies += "net.skyscanner.backpack" % "backpack-common" % "38.0.0"
[net.skyscanner.backpack/backpack-common "38.0.0"]