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