GroupId | GroupIdch.acra |
---|---|
ArtifactId | ArtifactIdacra-notification |
Version | Version5.7.0 |
Type | Typeaar |
Filename | Size |
---|---|
acra-notification-5.7.0.pom | |
acra-notification-5.7.0.aar | 15 KB |
acra-notification-5.7.0-sources.jar | 6 KB |
acra-notification-5.7.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.acra/acra-notification/ -->
<dependency>
<groupId>ch.acra</groupId>
<artifactId>acra-notification</artifactId>
<version>5.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ch.acra/acra-notification/
implementation 'ch.acra:acra-notification:5.7.0'
// https://jarcasting.com/artifacts/ch.acra/acra-notification/
implementation ("ch.acra:acra-notification:5.7.0")
'ch.acra:acra-notification:aar:5.7.0'
<dependency org="ch.acra" name="acra-notification" rev="5.7.0">
<artifact name="acra-notification" type="aar" />
</dependency>
@Grapes(
@Grab(group='ch.acra', module='acra-notification', version='5.7.0')
)
libraryDependencies += "ch.acra" % "acra-notification" % "5.7.0"
[ch.acra/acra-notification "5.7.0"]