| GroupId | GroupIdcom.harium |
|---|---|
| ArtifactId | ArtifactIdetyl-filechooser |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| etyl-filechooser-1.0.0.pom | |
| etyl-filechooser-1.0.0.jar | 10 KB |
| etyl-filechooser-1.0.0-sources.jar | 4 KB |
| etyl-filechooser-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium/etyl-filechooser/
implementation 'com.harium:etyl-filechooser:1.0.0'
// https://jarcasting.com/artifacts/com.harium/etyl-filechooser/
implementation ("com.harium:etyl-filechooser:1.0.0")
'com.harium:etyl-filechooser:jar:1.0.0'
<dependency org="com.harium" name="etyl-filechooser" rev="1.0.0">
<artifact name="etyl-filechooser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium', module='etyl-filechooser', version='1.0.0')
)
libraryDependencies += "com.harium" % "etyl-filechooser" % "1.0.0"
[com.harium/etyl-filechooser "1.0.0"]