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