MVN

ai.redpen : redpen-ai-capture-widget-android

Maven & Gradle

May 09, 2022

Redpen Capture Widget Android SDK · Provide interactive issue reporting in your Android application. Application users can take record the screen and speak their issues, take screenshots, making it easier to submit issues. Issues are created in your Jira or Azure Boards. The created issues are actionable as it has all the context required to understand and fix them. E.g. screenshot, screen recording, device diagnostics (logs, OS version, device manufacturer and so on. Visit https://support.redpen.ai/hc/en-us/articles/5579906622093-How-to-integrate-Redpen-Android-SDK-into-your-application for the instructions on how to integrate Redpen Capture Widget into your Android application.

<dependency>
    <groupId>ai.redpen</groupId>
    <artifactId>redpen-ai-capture-widget-android</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.redpen : redpen-ai-capture-widget-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of ai.redpen : redpen-ai-capture-widget-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
redpen-ai-capture-widget-android-1.0.5
redpen-ai-capture-widget-android-1.0.4
redpen-ai-capture-widget-android-1.0.3
redpen-ai-capture-widget-android-1.0.2
redpen-ai-capture-widget-android-1.0.1
redpen-ai-capture-widget-android-1.0.0

How to add a dependency to Maven

Add the following ai.redpen : redpen-ai-capture-widget-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.redpen</groupId>
    <artifactId>redpen-ai-capture-widget-android</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.redpen : redpen-ai-capture-widget-android gradle dependency to your build.gradle file:

implementation 'ai.redpen:redpen-ai-capture-widget-android:1.0.5'

Gradle Kotlin DSL: Add the following ai.redpen : redpen-ai-capture-widget-android gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.redpen:redpen-ai-capture-widget-android:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.redpen : redpen-ai-capture-widget-android sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.redpen" % "redpen-ai-capture-widget-android" % "1.0.5"