javaquerydslsqlbuilder

Getting QueryDSL JAR files without Maven


Please excuse a newbie such as I for this silly question. I am trying to install QueryDSL in my Java project in Eclipse Mars to use it for SQL querying. I do not use Maven yet, and don't know how to use it, though it's definitely on my to learn list.

The QueryDSL page points to their GitHub repository, but it's not clear to me how to add it to my project. Please advise on how can I get the full list of JAR files to add to my Eclipse Java project, without using Maven. Thanks!


Solution

  • Go to querydsl.com and click "Downloads" under "Documentation".