JFXtras / jfxtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
http://jfxtras.org
Other
599 stars 123 forks source link

Can't include in Project #64

Closed Juliang0705 closed 8 years ago

Juliang0705 commented 8 years ago

I'm trying to link to the project with gradle, like below. However, I get this error ``

dependencies { compile files('src/jsoup-1.8.3.jar') compile files('src/pdfbox-app-2.0.0-RC2.jar') compile (group: 'org.jfxtras', name: 'jfxtras-agenda', version: '8.0-r1-SNAPSHOT') }

tbee commented 8 years ago

I need to see the repositories that you are including. The snapshots are hosted in Sonatype's , as described on JFXtras.org, and you need to add that to the build.gradle.

But, ah, we're already at 8.0-r5-SNAPSHOT

tbee commented 8 years ago

closed because of no response