GroupId | GroupIdcom.smartydroid |
---|---|
ArtifactId | ArtifactIdrxstarter |
Version | Version0.1.9 |
Type | Typeaar |
Filename | Size |
---|---|
rxstarter-0.1.9.pom | |
rxstarter-0.1.9.aar | 323 KB |
rxstarter-0.1.9-sources.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartydroid/rxstarter/ -->
<dependency>
<groupId>com.smartydroid</groupId>
<artifactId>rxstarter</artifactId>
<version>0.1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.smartydroid/rxstarter/
implementation 'com.smartydroid:rxstarter:0.1.9'
// https://jarcasting.com/artifacts/com.smartydroid/rxstarter/
implementation ("com.smartydroid:rxstarter:0.1.9")
'com.smartydroid:rxstarter:aar:0.1.9'
<dependency org="com.smartydroid" name="rxstarter" rev="0.1.9">
<artifact name="rxstarter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.smartydroid', module='rxstarter', version='0.1.9')
)
libraryDependencies += "com.smartydroid" % "rxstarter" % "0.1.9"
[com.smartydroid/rxstarter "0.1.9"]