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