I am planning to use jfxtras 0.7rc2 version in one of my maven build based projects. What are the dependencies I have to add for this?
I am not sure if this version of jfxtras is 开发者_开发问答available in maven repo's. Thanks for your help.
Regards, Abi
I guess this link gives you info on how to do this.
As per this, due to licensing reasons the jars/SDK is not available in maven central. However, you can install it locally and using a maven plugin, deploy it to your local repository as maven artifact.
精彩评论