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