| GroupId | GroupIdio.primer |
|---|---|
| ArtifactId | ArtifactIdandroid |
| Version | Version1.4.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-1.4.0.pom | |
| android-1.4.0-sources.jar | 229 KB |
| android-1.4.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.primer/android/ -->
<dependency>
<groupId>io.primer</groupId>
<artifactId>android</artifactId>
<version>1.4.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.primer/android/
implementation 'io.primer:android:1.4.0'
// https://jarcasting.com/artifacts/io.primer/android/
implementation ("io.primer:android:1.4.0")
'io.primer:android:aar:1.4.0'
<dependency org="io.primer" name="android" rev="1.4.0">
<artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.primer', module='android', version='1.4.0')
)
libraryDependencies += "io.primer" % "android" % "1.4.0"
[io.primer/android "1.4.0"]