GroupId | GroupIdcom.github.niqo01.rxplayservices |
---|---|
ArtifactId | ArtifactIdrx-play-services-location |
Version | Version0.2.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.niqo01.rxplayservices/rx-play-services-location/ -->
<dependency>
<groupId>com.github.niqo01.rxplayservices</groupId>
<artifactId>rx-play-services-location</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.niqo01.rxplayservices/rx-play-services-location/
implementation 'com.github.niqo01.rxplayservices:rx-play-services-location:0.2.0'
// https://jarcasting.com/artifacts/com.github.niqo01.rxplayservices/rx-play-services-location/
implementation ("com.github.niqo01.rxplayservices:rx-play-services-location:0.2.0")
'com.github.niqo01.rxplayservices:rx-play-services-location:aar:0.2.0'
<dependency org="com.github.niqo01.rxplayservices" name="rx-play-services-location" rev="0.2.0">
<artifact name="rx-play-services-location" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.niqo01.rxplayservices', module='rx-play-services-location', version='0.2.0')
)
libraryDependencies += "com.github.niqo01.rxplayservices" % "rx-play-services-location" % "0.2.0"
[com.github.niqo01.rxplayservices/rx-play-services-location "0.2.0"]