2

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

Abhishek
  • 6,862
  • 22
  • 62
  • 79

1 Answers1

0

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.

Raghuram
  • 51,854
  • 11
  • 110
  • 122
  • Thanks for the response. I guess that link is for building jfxtras..I just want to add jfxtra jar files into my maven repo... – Abhishek Mar 09 '11 at 04:44