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