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