GroupId | GroupIdcom.instabug.library |
---|---|
ArtifactId | ArtifactIdinstabug |
Version | Version8.0.10 |
Type | Typeaar |
Filename | Size |
---|---|
instabug-8.0.10.pom | |
instabug-8.0.10.aar | 27 KB |
instabug-8.0.10-sources.jar | 261 bytes |
instabug-8.0.10-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.instabug.library/instabug/ -->
<dependency>
<groupId>com.instabug.library</groupId>
<artifactId>instabug</artifactId>
<version>8.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.instabug.library/instabug/
implementation 'com.instabug.library:instabug:8.0.10'
// https://jarcasting.com/artifacts/com.instabug.library/instabug/
implementation ("com.instabug.library:instabug:8.0.10")
'com.instabug.library:instabug:aar:8.0.10'
<dependency org="com.instabug.library" name="instabug" rev="8.0.10">
<artifact name="instabug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.instabug.library', module='instabug', version='8.0.10')
)
libraryDependencies += "com.instabug.library" % "instabug" % "8.0.10"
[com.instabug.library/instabug "8.0.10"]