GroupId | GroupIdcom.github.satoshun.firebase |
---|---|
ArtifactId | ArtifactIdanalytics-android-debug |
Version | Version1.6.0 |
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>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.firebase/analytics-android-debug/
implementation 'com.github.satoshun.firebase:analytics-android-debug:1.6.0'
// https://jarcasting.com/artifacts/com.github.satoshun.firebase/analytics-android-debug/
implementation ("com.github.satoshun.firebase:analytics-android-debug:1.6.0")
'com.github.satoshun.firebase:analytics-android-debug:aar:1.6.0'
<dependency org="com.github.satoshun.firebase" name="analytics-android-debug" rev="1.6.0">
<artifact name="analytics-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.firebase', module='analytics-android-debug', version='1.6.0')
)
libraryDependencies += "com.github.satoshun.firebase" % "analytics-android-debug" % "1.6.0"
[com.github.satoshun.firebase/analytics-android-debug "1.6.0"]