is not current version
Last Version 2.1.6

com.bugtags.library:bugtags-gradle 2.0.0

Simple and effective bug & crash reporting tool for Android apps

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.bugtags.library
ArtifactId

ArtifactId

bugtags-gradle
Version

Version

2.0.0
Type

Type

jar

Download bugtags-gradle 2.0.0


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