| GroupId | GroupIdcom.buglife.sdk |
|---|---|
| ArtifactId | ArtifactIdbuglife-android |
| Version | Version1.4.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| buglife-android-1.4.3.pom | |
| buglife-android-1.4.3.aar | 222 KB |
| buglife-android-1.4.3-sources.jar | 99 KB |
| buglife-android-1.4.3-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.buglife.sdk/buglife-android/ -->
<dependency>
<groupId>com.buglife.sdk</groupId>
<artifactId>buglife-android</artifactId>
<version>1.4.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.buglife.sdk/buglife-android/
implementation 'com.buglife.sdk:buglife-android:1.4.3'
// https://jarcasting.com/artifacts/com.buglife.sdk/buglife-android/
implementation ("com.buglife.sdk:buglife-android:1.4.3")
'com.buglife.sdk:buglife-android:aar:1.4.3'
<dependency org="com.buglife.sdk" name="buglife-android" rev="1.4.3">
<artifact name="buglife-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.buglife.sdk', module='buglife-android', version='1.4.3')
)
libraryDependencies += "com.buglife.sdk" % "buglife-android" % "1.4.3"
[com.buglife.sdk/buglife-android "1.4.3"]