GroupId | GroupIdcom.github.pjgg |
---|---|
ArtifactId | ArtifactIdrxfirestore |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rxfirestore-1.0.3.pom | |
rxfirestore-1.0.3.jar | 36 KB |
rxfirestore-1.0.3-sources.jar | 24 KB |
rxfirestore-1.0.3-javadoc.jar | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pjgg/rxfirestore/ -->
<dependency>
<groupId>com.github.pjgg</groupId>
<artifactId>rxfirestore</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjgg/rxfirestore/
implementation 'com.github.pjgg:rxfirestore:1.0.3'
// https://jarcasting.com/artifacts/com.github.pjgg/rxfirestore/
implementation ("com.github.pjgg:rxfirestore:1.0.3")
'com.github.pjgg:rxfirestore:jar:1.0.3'
<dependency org="com.github.pjgg" name="rxfirestore" rev="1.0.3">
<artifact name="rxfirestore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjgg', module='rxfirestore', version='1.0.3')
)
libraryDependencies += "com.github.pjgg" % "rxfirestore" % "1.0.3"
[com.github.pjgg/rxfirestore "1.0.3"]