Download joiner-core-0.2.11.jar file - Jar j

Jar examples for j:joiner-core

Description

The main goal of Joiner is to make QueryDSL even more useful. Joiner provides: - a simple way to add joins to querydsl queries at build or runtime - helps to resolve alias uniqueness in a query for complex domain models

You can download jar file joiner-core 0.2.11 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add joiner-core-0.2.11.jar to your project.

<dependency>
   <groupId>cz.encircled</groupId>
   <artifactId>joiner-core</artifactId>
   <version>0.2.11</version>
</dependency>
compile group: 'cz.encircled', name: 'joiner-core', version: '0.2.11'
libraryDependencies += "cz.encircled" % "joiner-core" % "0.2.11"
<dependency org="cz.encircled" name="joiner-core" rev="0.2.11"/>
@Grapes(@Grab(group='cz.encircled', module='joiner-core', version='0.2.11'))
'cz.encircled:joiner-core:jar:0.2.11'

Download

Click the following link to download the jar file.

joiner-core-0.2.11-javadoc.jar
joiner-core-0.2.11-sources.jar
joiner-core-0.2.11.jar
joiner-core-0.2.11.pom



Related Tutorials