GroupId | GroupIdcom.bugsee |
---|---|
ArtifactId | ArtifactIdbugsee-android |
Version | Version2.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
bugsee-android-2.0.4.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.bugsee/bugsee-android/ -->
<dependency>
<groupId>com.bugsee</groupId>
<artifactId>bugsee-android</artifactId>
<version>2.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android/
implementation 'com.bugsee:bugsee-android:2.0.4'
// https://jarcasting.com/artifacts/com.bugsee/bugsee-android/
implementation ("com.bugsee:bugsee-android:2.0.4")
'com.bugsee:bugsee-android:aar:2.0.4'
<dependency org="com.bugsee" name="bugsee-android" rev="2.0.4">
<artifact name="bugsee-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bugsee', module='bugsee-android', version='2.0.4')
)
libraryDependencies += "com.bugsee" % "bugsee-android" % "2.0.4"
[com.bugsee/bugsee-android "2.0.4"]