GroupId | GroupIdcom.github.b3er.rxfirebase |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version10.21.1 |
Type | Typeaar |
Filename | Size |
---|---|
common-10.21.1.pom | |
common-10.21.1.aar | 3 KB |
common-10.21.1-sources.jar | 1 KB |
common-10.21.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/common/ -->
<dependency>
<groupId>com.github.b3er.rxfirebase</groupId>
<artifactId>common</artifactId>
<version>10.21.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/common/
implementation 'com.github.b3er.rxfirebase:common:10.21.1'
// https://jarcasting.com/artifacts/com.github.b3er.rxfirebase/common/
implementation ("com.github.b3er.rxfirebase:common:10.21.1")
'com.github.b3er.rxfirebase:common:aar:10.21.1'
<dependency org="com.github.b3er.rxfirebase" name="common" rev="10.21.1">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.b3er.rxfirebase', module='common', version='10.21.1')
)
libraryDependencies += "com.github.b3er.rxfirebase" % "common" % "10.21.1"
[com.github.b3er.rxfirebase/common "10.21.1"]