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