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