LiveDirsFX
LiveDirsFX copied to clipboard
Maven central?
Hey everyone, is there a way to use LiveDirs from Maven Central?
best regards Patrick
It's on sonatype. Example build.gradle
file:
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
dependencies {
implementation 'org.fxmisc.livedirs:livedirsfx:1.0.0-SNAPSHOT'
}