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