Annotation Processor for Querydsl which handles XO annotations.
Our artifacts are published to the Maven Central repository and can be found under the com.smb-tec.xo
groupId.
You'll need to add the following dependency in your builds.
<dependency>
<groupId>com.smb-tec.xo</groupId>
<artifactId>querydsl-xo</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
Please visit the project wiki for the latest information : https://github.com/BluWings/query-dsl/wiki
querydsl-xo
is contributed under Apache License 2.0.
Start the Maven build on command line
mvn clean package