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