LiveDirsFX icon indicating copy to clipboard operation
LiveDirsFX copied to clipboard

Maven central?

Open PatrickHaas opened this issue 7 years ago • 1 comments

Hey everyone, is there a way to use LiveDirs from Maven Central?

best regards Patrick

PatrickHaas avatar Jan 18 '18 07:01 PatrickHaas

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'
}

ghost avatar Feb 25 '21 04:02 ghost