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