is not current version
Last Version 1.0.2

ai.redpen.capture.sdk:android 1.0.1

This is an android library that will be integrated by the customers of Redpen into their android applications. Redpen is a bug and feedback capturing tool that reports issues directly in the project management board used by the development team.

GroupId

GroupId

ai.redpen.capture.sdk
ArtifactId

ArtifactId

android
Version

Version

1.0.1
Type

Type

aar

Download android 1.0.1

Filename Size
android-1.0.1.pom
Browse

<!-- https://jarcasting.com/artifacts/ai.redpen.capture.sdk/android/ -->
<dependency>
    <groupId>ai.redpen.capture.sdk</groupId>
    <artifactId>android</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.redpen.capture.sdk/android/
implementation 'ai.redpen.capture.sdk:android:1.0.1'
// https://jarcasting.com/artifacts/ai.redpen.capture.sdk/android/
implementation ("ai.redpen.capture.sdk:android:1.0.1")
'ai.redpen.capture.sdk:android:aar:1.0.1'
<dependency org="ai.redpen.capture.sdk" name="android" rev="1.0.1">
  <artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.redpen.capture.sdk', module='android', version='1.0.1')
)
libraryDependencies += "ai.redpen.capture.sdk" % "android" % "1.0.1"
[ai.redpen.capture.sdk/android "1.0.1"]