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