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