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