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