| GroupId | GroupIdcom.github.mdre |
|---|---|
| ArtifactId | ArtifactIdbubbledialog |
| Version | Version0.4.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bubbledialog-0.4.1.pom | |
| bubbledialog-0.4.1.jar | 10 KB |
| bubbledialog-0.4.1-sources.jar | 7 KB |
| bubbledialog-0.4.1-javadoc.jar | 402 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/ -->
<dependency>
<groupId>com.github.mdre</groupId>
<artifactId>bubbledialog</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/
implementation 'com.github.mdre:bubbledialog:0.4.1'
// https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/
implementation ("com.github.mdre:bubbledialog:0.4.1")
'com.github.mdre:bubbledialog:jar:0.4.1'
<dependency org="com.github.mdre" name="bubbledialog" rev="0.4.1">
<artifact name="bubbledialog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='bubbledialog', version='0.4.1')
)
libraryDependencies += "com.github.mdre" % "bubbledialog" % "0.4.1"
[com.github.mdre/bubbledialog "0.4.1"]