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