I read this on StackOverflow:
//////////////////
The short version of this thread is that Spiffy UI is set up for its own project management configuration and doesnot work as a drop-in modification for an existing vanilla GWT project as generated by the GWT project generator. As far as I can tell, this means that to use it I'm going to have to (1) generate a Spiffy UI project, and then (2) port my entire project into that. This is a big risk, as it makes it hard to turn Spiffy UI off again if I don't like it. I think this is a mistake in the way you have Spiffy UI set up: it should be "humble" and allow easily for other build systems
/////////////////////
Is this true?
Can I just download jars , javascript and add to a project?
Where is download link?
Thanks.