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