не последняя версия
Последняя версия 1.0.2

ai.redpen.capture.sdk:android 1.0.0

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.

Группа

Группа

ai.redpen.capture.sdk
Идентификатор

Идентификатор

android
Версия

Версия

1.0.0
Тип

Тип

aar

Скачать android 1.0.0

Имя Файла Размер
android-1.0.0.pom
Обзор

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