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