is not current version
Last Version 3.1.3

com.bugtags.library:bugtags-lib 2.1.2-GA1

Simple and effective bug & crash reporting tool for Android apps

GroupId

GroupId

com.bugtags.library
ArtifactId

ArtifactId

bugtags-lib
Version

Version

2.1.2-GA1
Type

Type

aar

Download bugtags-lib 2.1.2-GA1


<!-- https://jarcasting.com/artifacts/com.bugtags.library/bugtags-lib/ -->
<dependency>
    <groupId>com.bugtags.library</groupId>
    <artifactId>bugtags-lib</artifactId>
    <version>2.1.2-GA1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bugtags.library/bugtags-lib/
implementation 'com.bugtags.library:bugtags-lib:2.1.2-GA1'
// https://jarcasting.com/artifacts/com.bugtags.library/bugtags-lib/
implementation ("com.bugtags.library:bugtags-lib:2.1.2-GA1")
'com.bugtags.library:bugtags-lib:aar:2.1.2-GA1'
<dependency org="com.bugtags.library" name="bugtags-lib" rev="2.1.2-GA1">
  <artifact name="bugtags-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bugtags.library', module='bugtags-lib', version='2.1.2-GA1')
)
libraryDependencies += "com.bugtags.library" % "bugtags-lib" % "2.1.2-GA1"
[com.bugtags.library/bugtags-lib "2.1.2-GA1"]