GroupId | GroupIdcom.bugsee |
---|---|
ArtifactId | ArtifactIdbugsee-android |
Version | Version2.0.5 |
Type | Typeaar |
Description |
DescriptionBugsee Android SDK
Bug reporting for mobile apps
|
Project URL |
Project URL |
Filename | Size |
---|---|
bugsee-android-2.0.5.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.bugsee/bugsee-android/ -->
<dependency>
<groupId>com.bugsee</groupId>
<artifactId>bugsee-android</artifactId>
<version>2.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android/
implementation 'com.bugsee:bugsee-android:2.0.5'
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android/
implementation ("com.bugsee:bugsee-android:2.0.5")
'com.bugsee:bugsee-android:aar:2.0.5'
<dependency org="com.bugsee" name="bugsee-android" rev="2.0.5">
<artifact name="bugsee-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bugsee', module='bugsee-android', version='2.0.5')
)
libraryDependencies += "com.bugsee" % "bugsee-android" % "2.0.5"
[com.bugsee/bugsee-android "2.0.5"]