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