GroupId | GroupIdcom.github.mdre |
---|---|
ArtifactId | ArtifactIdbubbledialog |
Version | Version0.4.2 |
Type | Typejar |
Filename | Size |
---|---|
bubbledialog-0.4.2.pom | |
bubbledialog-0.4.2.jar | 10 KB |
bubbledialog-0.4.2-sources.jar | 7 KB |
bubbledialog-0.4.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/
implementation 'com.github.mdre:bubbledialog:0.4.2'
// https://jarcasting.com/artifacts/com.github.mdre/bubbledialog/
implementation ("com.github.mdre:bubbledialog:0.4.2")
'com.github.mdre:bubbledialog:jar:0.4.2'
<dependency org="com.github.mdre" name="bubbledialog" rev="0.4.2">
<artifact name="bubbledialog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='bubbledialog', version='0.4.2')
)
libraryDependencies += "com.github.mdre" % "bubbledialog" % "0.4.2"
[com.github.mdre/bubbledialog "0.4.2"]