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