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