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