GroupId | GroupIdcom.github.pavlospt |
---|---|
ArtifactId | ArtifactIdrxfile |
Version | Version1.6 |
Type | Typeaar |
Filename | Size |
---|---|
rxfile-1.6.pom | |
rxfile-1.6.aar | 24 KB |
rxfile-1.6-sources.jar | 6 KB |
rxfile-1.6-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pavlospt/rxfile/ -->
<dependency>
<groupId>com.github.pavlospt</groupId>
<artifactId>rxfile</artifactId>
<version>1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/rxfile/
implementation 'com.github.pavlospt:rxfile:1.6'
// https://jarcasting.com/artifacts/com.github.pavlospt/rxfile/
implementation ("com.github.pavlospt:rxfile:1.6")
'com.github.pavlospt:rxfile:aar:1.6'
<dependency org="com.github.pavlospt" name="rxfile" rev="1.6">
<artifact name="rxfile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='rxfile', version='1.6')
)
libraryDependencies += "com.github.pavlospt" % "rxfile" % "1.6"
[com.github.pavlospt/rxfile "1.6"]