MVN

com.softnoesis.shakebug : ShakeBug

Maven & Gradle

Aug 18, 2023
4 stars

Shakebug · Shakebug allows you to receive feedback from your beta testers or real users and improve the quality of your application in a simple way. Here users just need to shake their mobile and all the data regarding bugs & crashes can be seen by developers through their log in panel. It also helpful to analyse your users, session, location etc. Addition, you can add events on each action of your application and track it using this Shakebug framework. Sign up for a service at https://www.shakebug.com

<dependency>
    <groupId>com.softnoesis.shakebug</groupId>
    <artifactId>ShakeBug</artifactId>
    <version>1.2.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softnoesis.shakebug : ShakeBug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.28

All Versions

Choose a version of com.softnoesis.shakebug : ShakeBug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ShakeBug-1.2.28
ShakeBug-1.2.27
ShakeBug-1.2.26
ShakeBug-1.2.25
ShakeBug-1.2.24
ShakeBug-1.2.23
ShakeBug-1.2.22
ShakeBug-1.2.21
ShakeBug-1.2.20
ShakeBug-1.2.19
ShakeBug-1.2.18
ShakeBug-1.2.17
ShakeBug-1.2.16
ShakeBug-1.2.15
ShakeBug-1.2.14
ShakeBug-1.2.13
ShakeBug-1.2.12
ShakeBug-1.2.11
ShakeBug-1.2.10
ShakeBug-1.2.9
ShakeBug-1.2.8
ShakeBug-1.2.7
ShakeBug-1.2.6
ShakeBug-1.2.5
ShakeBug-1.2.4
ShakeBug-1.2.3
ShakeBug-1.2.2
ShakeBug-1.2.1
ShakeBug-1.2.0
1.1.x
ShakeBug-1.1.9
ShakeBug-1.1.8
ShakeBug-1.1.7
ShakeBug-1.1.6
ShakeBug-1.1.5
ShakeBug-1.1.4
ShakeBug-1.1.3
ShakeBug-1.1.2
ShakeBug-1.1.1
1.0.x
ShakeBug-1.0.11
ShakeBug-1.0.10
ShakeBug-1.0.9
ShakeBug-1.0.8
ShakeBug-1.0.7
ShakeBug-1.0.6
ShakeBug-1.0.4
ShakeBug-1.0.3
ShakeBug-1.0.2
ShakeBug-1.0.1
ShakeBug-1.0.0

How to add a dependency to Maven

Add the following com.softnoesis.shakebug : ShakeBug maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softnoesis.shakebug</groupId>
    <artifactId>ShakeBug</artifactId>
    <version>1.2.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softnoesis.shakebug : ShakeBug gradle dependency to your build.gradle file:

implementation 'com.softnoesis.shakebug:ShakeBug:1.2.28'

Gradle Kotlin DSL: Add the following com.softnoesis.shakebug : ShakeBug gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softnoesis.shakebug:ShakeBug:1.2.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softnoesis.shakebug : ShakeBug sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softnoesis.shakebug" % "ShakeBug" % "1.2.28"

Advertisement