GroupId | GroupIdcom.github.satoshun.firebase |
---|---|
ArtifactId | ArtifactIdanalytics-android-debug |
Version | Version0.0.5 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.satoshun.firebase/analytics-android-debug/ -->
<dependency>
<groupId>com.github.satoshun.firebase</groupId>
<artifactId>analytics-android-debug</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.firebase/analytics-android-debug/
implementation 'com.github.satoshun.firebase:analytics-android-debug:0.0.5'
// https://jarcasting.com/artifacts/com.github.satoshun.firebase/analytics-android-debug/
implementation ("com.github.satoshun.firebase:analytics-android-debug:0.0.5")
'com.github.satoshun.firebase:analytics-android-debug:aar:0.0.5'
<dependency org="com.github.satoshun.firebase" name="analytics-android-debug" rev="0.0.5">
<artifact name="analytics-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.firebase', module='analytics-android-debug', version='0.0.5')
)
libraryDependencies += "com.github.satoshun.firebase" % "analytics-android-debug" % "0.0.5"
[com.github.satoshun.firebase/analytics-android-debug "0.0.5"]