GroupId | GroupIdcom.github.qicodes |
---|---|
ArtifactId | ArtifactIdbubbleview |
Version | Version1.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
bubbleview-1.3.0.pom | |
bubbleview-1.3.0.aar | 22 KB |
bubbleview-1.3.0-sources.jar | 2 KB |
bubbleview-1.3.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.qicodes/bubbleview/
implementation 'com.github.qicodes:bubbleview:1.3.0'
// https://jarcasting.com/artifacts/com.github.qicodes/bubbleview/
implementation ("com.github.qicodes:bubbleview:1.3.0")
'com.github.qicodes:bubbleview:aar:1.3.0'
<dependency org="com.github.qicodes" name="bubbleview" rev="1.3.0">
<artifact name="bubbleview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.qicodes', module='bubbleview', version='1.3.0')
)
libraryDependencies += "com.github.qicodes" % "bubbleview" % "1.3.0"
[com.github.qicodes/bubbleview "1.3.0"]