Categories |
CategoriesBamboo Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdcom.pushtorefresh |
ArtifactId | ArtifactIdbamboostorage |
Version | Version1.1 |
Type | Typeaar |
Filename | Size |
---|---|
bamboostorage-1.1.pom | |
bamboostorage-1.1.aar | 8 KB |
bamboostorage-1.1-sources.jar | 7 KB |
bamboostorage-1.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pushtorefresh/bamboostorage/ -->
<dependency>
<groupId>com.pushtorefresh</groupId>
<artifactId>bamboostorage</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pushtorefresh/bamboostorage/
implementation 'com.pushtorefresh:bamboostorage:1.1'
// https://jarcasting.com/artifacts/com.pushtorefresh/bamboostorage/
implementation ("com.pushtorefresh:bamboostorage:1.1")
'com.pushtorefresh:bamboostorage:aar:1.1'
<dependency org="com.pushtorefresh" name="bamboostorage" rev="1.1">
<artifact name="bamboostorage" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pushtorefresh', module='bamboostorage', version='1.1')
)
libraryDependencies += "com.pushtorefresh" % "bamboostorage" % "1.1"
[com.pushtorefresh/bamboostorage "1.1"]