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