GroupId | GroupIdcom.github.thepacific |
---|---|
ArtifactId | ArtifactIdrx2timer |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
rx2timer-0.0.2.pom | |
rx2timer-0.0.2.aar | 9 KB |
rx2timer-0.0.2-sources.jar | 3 KB |
rx2timer-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thepacific/rx2timer/ -->
<dependency>
<groupId>com.github.thepacific</groupId>
<artifactId>rx2timer</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/rx2timer/
implementation 'com.github.thepacific:rx2timer:0.0.2'
// https://jarcasting.com/artifacts/com.github.thepacific/rx2timer/
implementation ("com.github.thepacific:rx2timer:0.0.2")
'com.github.thepacific:rx2timer:aar:0.0.2'
<dependency org="com.github.thepacific" name="rx2timer" rev="0.0.2">
<artifact name="rx2timer" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='rx2timer', version='0.0.2')
)
libraryDependencies += "com.github.thepacific" % "rx2timer" % "0.0.2"
[com.github.thepacific/rx2timer "0.0.2"]