GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdkermit-sentry-android-debug |
Version | Version1.1.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/co.touchlab/kermit-sentry-android-debug/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>kermit-sentry-android-debug</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/kermit-sentry-android-debug/
implementation 'co.touchlab:kermit-sentry-android-debug:1.1.2'
// https://jarcasting.com/artifacts/co.touchlab/kermit-sentry-android-debug/
implementation ("co.touchlab:kermit-sentry-android-debug:1.1.2")
'co.touchlab:kermit-sentry-android-debug:aar:1.1.2'
<dependency org="co.touchlab" name="kermit-sentry-android-debug" rev="1.1.2">
<artifact name="kermit-sentry-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='kermit-sentry-android-debug', version='1.1.2')
)
libraryDependencies += "co.touchlab" % "kermit-sentry-android-debug" % "1.1.2"
[co.touchlab/kermit-sentry-android-debug "1.1.2"]