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