GroupId | GroupIdorg.microg.gms |
---|---|
ArtifactId | ArtifactIdplay-services-base |
Version | Version0.2.15.204713 |
Type | Typeaar |
Filename | Size |
---|---|
play-services-base-0.2.15.204713.pom | |
play-services-base-0.2.15.204713-sources.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microg.gms/play-services-base/ -->
<dependency>
<groupId>org.microg.gms</groupId>
<artifactId>play-services-base</artifactId>
<version>0.2.15.204713</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.microg.gms/play-services-base/
implementation 'org.microg.gms:play-services-base:0.2.15.204713'
// https://jarcasting.com/artifacts/org.microg.gms/play-services-base/
implementation ("org.microg.gms:play-services-base:0.2.15.204713")
'org.microg.gms:play-services-base:aar:0.2.15.204713'
<dependency org="org.microg.gms" name="play-services-base" rev="0.2.15.204713">
<artifact name="play-services-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.microg.gms', module='play-services-base', version='0.2.15.204713')
)
libraryDependencies += "org.microg.gms" % "play-services-base" % "0.2.15.204713"
[org.microg.gms/play-services-base "0.2.15.204713"]