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