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