| GroupId | GroupIdrs.arthu |
|---|---|
| ArtifactId | ArtifactIdandroidpvt |
| Version | Version1.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| androidpvt-1.1.0.pom | |
| androidpvt-1.1.0-sources.jar | 6 KB |
| androidpvt-1.1.0-javadoc.jar | 513 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/rs.arthu/androidpvt/ -->
<dependency>
<groupId>rs.arthu</groupId>
<artifactId>androidpvt</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/rs.arthu/androidpvt/
implementation 'rs.arthu:androidpvt:1.1.0'
// https://jarcasting.com/artifacts/rs.arthu/androidpvt/
implementation ("rs.arthu:androidpvt:1.1.0")
'rs.arthu:androidpvt:aar:1.1.0'
<dependency org="rs.arthu" name="androidpvt" rev="1.1.0">
<artifact name="androidpvt" type="aar" />
</dependency>
@Grapes(
@Grab(group='rs.arthu', module='androidpvt', version='1.1.0')
)
libraryDependencies += "rs.arthu" % "androidpvt" % "1.1.0"
[rs.arthu/androidpvt "1.1.0"]