Download querydsl-apt-2.1.0-beta3.jar file - Jar q

Jar examples for q:querydsl-apt

Description

APT based Source code generation for Querydsl

You can download jar file querydsl-apt 2.1.0-beta3 in this page.

License

Apache License

Build File

You can use the following script to add querydsl-apt-2.1.0-beta3.jar to your project.

<dependency>
   <groupId>com.mysema.querydsl</groupId>
   <artifactId>querydsl-apt</artifactId>
   <version>2.1.0-beta3</version>
</dependency>
compile group: 'com.mysema.querydsl', name: 'querydsl-apt', version: '2.1.0-beta3'
libraryDependencies += "com.mysema.querydsl" % "querydsl-apt" % "2.1.0-beta3"
<dependency org="com.mysema.querydsl" name="querydsl-apt" rev="2.1.0-beta3"/>
@Grapes(@Grab(group='com.mysema.querydsl', module='querydsl-apt', version='2.1.0-beta3'))
'com.mysema.querydsl:querydsl-apt:jar:2.1.0-beta3'

Download

Click the following link to download the jar file.

querydsl-apt-2.1.0-beta3.jar
querydsl-apt-2.1.0-beta3.pom
querydsl-apt-2.1.0-beta3-sources.jar



Related Tutorials