JonathanGiles / scenic-view

Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without having to keep editing your code. This lets you find bugs, and get things pixel perfect without having to do the compile-check-compile dance.
GNU General Public License v3.0
523 stars 68 forks source link

No Maven dependency? #62

Open FlorianKirmaier opened 4 years ago

FlorianKirmaier commented 4 years ago

I can't see a maven-dependency in the Readme. Do i miss something? Copying dependencies manually is a bit old school. It would make it way easier to use scenic-view as a dependency inside a project.

ross-holloway94 commented 3 years ago

It looks like this was uploaded to Maven in February 2020.

https://mvnrepository.com/artifact/net.raumzeitfalle.fx/scenic-view

Perhaps for this issue, the Readme file just needs updating to show how to make use if this, if it's working.