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