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