GroupId | GroupIdcom.parse.bolts |
---|---|
ArtifactId | ArtifactIdbolts-android |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
bolts-android-1.1.1.pom | |
bolts-android-1.1.1.jar | 40 KB |
bolts-android-1.1.1-sources.jar | 18 KB |
bolts-android-1.1.1-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.parse.bolts/bolts-android/ -->
<dependency>
<groupId>com.parse.bolts</groupId>
<artifactId>bolts-android</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.parse.bolts/bolts-android/
implementation 'com.parse.bolts:bolts-android:1.1.1'
// https://jarcasting.com/artifacts/com.parse.bolts/bolts-android/
implementation ("com.parse.bolts:bolts-android:1.1.1")
'com.parse.bolts:bolts-android:jar:1.1.1'
<dependency org="com.parse.bolts" name="bolts-android" rev="1.1.1">
<artifact name="bolts-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.parse.bolts', module='bolts-android', version='1.1.1')
)
libraryDependencies += "com.parse.bolts" % "bolts-android" % "1.1.1"
[com.parse.bolts/bolts-android "1.1.1"]