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