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