Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven central? #11

Open
PatrickHaas opened this issue Jan 18, 2018 · 1 comment
Open

Maven central? #11

PatrickHaas opened this issue Jan 18, 2018 · 1 comment

Comments

@PatrickHaas
Copy link

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

best regards
Patrick

@ghost
Copy link

ghost commented Feb 25, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant