GroupId | GroupIdch.acra |
---|---|
ArtifactId | ArtifactIdacra-notification |
Version | Version5.8.1-beta9 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/ch.acra/acra-notification/ -->
<dependency>
<groupId>ch.acra</groupId>
<artifactId>acra-notification</artifactId>
<version>5.8.1-beta9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.acra/acra-notification/
implementation 'ch.acra:acra-notification:5.8.1-beta9'
// https://jarcasting.com/artifacts/ch.acra/acra-notification/
implementation ("ch.acra:acra-notification:5.8.1-beta9")
'ch.acra:acra-notification:aar:5.8.1-beta9'
<dependency org="ch.acra" name="acra-notification" rev="5.8.1-beta9">
<artifact name="acra-notification" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.acra', module='acra-notification', version='5.8.1-beta9')
)
libraryDependencies += "ch.acra" % "acra-notification" % "5.8.1-beta9"
[ch.acra/acra-notification "5.8.1-beta9"]