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