is not current version
Last Version 2.0.1

io.primer:android 1.0.0-beta.18

Primer SDK for Android

GroupId

GroupId

io.primer
ArtifactId

ArtifactId

android
Version

Version

1.0.0-beta.18
Type

Type

aar

Download android 1.0.0-beta.18


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