in-sideFX / UndecoratorBis

A new version of my JavaFX window decoration API. This time focused on the transparency and non-rectangular window.
https://arnaudnouard.wordpress.com
BSD 2-Clause "Simplified" License
96 stars 16 forks source link

Please add to Maven repository or explain how we can install it locally #13

Open sproket opened 4 months ago

sproket commented 4 months ago

Please add to Maven repository or explain how we can install it locally.

I tried to install locally with

mvn install:install-file -Dfile=UndecoratorBis.jar -DgroupId=inside.fx.UndecoratorBis -DartifactId=UndecoratorBis -Dversion=1.0.0 -Dpackaging=jar -DgeneratePom=true

but I still get

Unresolved dependency: 'inside.fx.UndecoratorBis:UndecoratorBis:jar:unknown'

Oliver-Loeffler commented 4 months ago

Quite a while ago I made a fork and created an artifact at https://search.maven.org.

https://search.maven.org/artifact/net.raumzeitfalle.fx/undecorator

It actually requires some maintenance (as its actually not tested with JavaFX > 8). https://github.com/Oliver-Loeffler/UndecoratorBis May may try this one.