| GroupId | GroupIdco.thepeer |
|---|---|
| ArtifactId | ArtifactIdthepeer-android |
| Version | Version0.0.Alpha001 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| thepeer-android-0.0.Alpha001.pom | |
| thepeer-android-0.0.Alpha001-sources.jar | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.thepeer/thepeer-android/ -->
<dependency>
<groupId>co.thepeer</groupId>
<artifactId>thepeer-android</artifactId>
<version>0.0.Alpha001</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.thepeer/thepeer-android/
implementation 'co.thepeer:thepeer-android:0.0.Alpha001'
// https://jarcasting.com/artifacts/co.thepeer/thepeer-android/
implementation ("co.thepeer:thepeer-android:0.0.Alpha001")
'co.thepeer:thepeer-android:aar:0.0.Alpha001'
<dependency org="co.thepeer" name="thepeer-android" rev="0.0.Alpha001">
<artifact name="thepeer-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.thepeer', module='thepeer-android', version='0.0.Alpha001')
)
libraryDependencies += "co.thepeer" % "thepeer-android" % "0.0.Alpha001"
[co.thepeer/thepeer-android "0.0.Alpha001"]