| GroupId | GroupIdcom.github.donmor |
|---|---|
| ArtifactId | ArtifactIdfiledialog |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typeaar |
| Filename | Size |
|---|---|
| filedialog-1.2.1.pom | |
| filedialog-1.2.1-sources.jar | 9 KB |
| filedialog-1.2.1-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.donmor/filedialog/ -->
<dependency>
<groupId>com.github.donmor</groupId>
<artifactId>filedialog</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.donmor/filedialog/
implementation 'com.github.donmor:filedialog:1.2.1'
// https://jarcasting.com/artifacts/com.github.donmor/filedialog/
implementation ("com.github.donmor:filedialog:1.2.1")
'com.github.donmor:filedialog:aar:1.2.1'
<dependency org="com.github.donmor" name="filedialog" rev="1.2.1">
<artifact name="filedialog" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.donmor', module='filedialog', version='1.2.1')
)
libraryDependencies += "com.github.donmor" % "filedialog" % "1.2.1"
[com.github.donmor/filedialog "1.2.1"]