License |
License |
---|---|
GroupId | GroupIdcom.github.simonpercic |
ArtifactId | ArtifactIdrxtime |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionRxTime
A very simple reactive Android library to obtain the current UTC time from the internet.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxtime-1.0.0.pom | |
rxtime-1.0.0.aar | 18 KB |
rxtime-1.0.0-sources.jar | 6 KB |
rxtime-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/rxtime/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>rxtime</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/rxtime/
implementation 'com.github.simonpercic:rxtime:1.0.0'
// https://jarcasting.com/artifacts/com.github.simonpercic/rxtime/
implementation ("com.github.simonpercic:rxtime:1.0.0")
'com.github.simonpercic:rxtime:aar:1.0.0'
<dependency org="com.github.simonpercic" name="rxtime" rev="1.0.0">
<artifact name="rxtime" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='rxtime', version='1.0.0')
)
libraryDependencies += "com.github.simonpercic" % "rxtime" % "1.0.0"
[com.github.simonpercic/rxtime "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxjava | jar | 1.0.13 |
com.google.dagger : dagger | jar | 2.0.1 |
com.squareup.retrofit : retrofit | jar | 1.9.0 |