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