| License | 
                License
                                                        The BSD License                                                 
                             | 
        
|---|---|
| GroupId | GroupIdcom.laamella | 
    
| ArtifactId | ArtifactIdqueryprutser | 
    
| Last Version | Last Version0.9 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionLaamella Gad's Query Prutser 
            A small, straightforward DSL that helps avoid string concatenation problems when building complex
        queries 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| queryprutser-0.9.pom | |
| queryprutser-0.9.jar | 27 KB | 
| queryprutser-0.9-sources.jar | 16 KB | 
| queryprutser-0.9-javadoc.jar | 162 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.laamella/queryprutser/ -->
<dependency>
    <groupId>com.laamella</groupId>
    <artifactId>queryprutser</artifactId>
    <version>0.9</version>
</dependency>
                // https://jarcasting.com/artifacts/com.laamella/queryprutser/
implementation 'com.laamella:queryprutser:0.9'
                // https://jarcasting.com/artifacts/com.laamella/queryprutser/
implementation ("com.laamella:queryprutser:0.9")
                'com.laamella:queryprutser:jar:0.9'
                <dependency org="com.laamella" name="queryprutser" rev="0.9">
  <artifact name="queryprutser" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.laamella', module='queryprutser', version='0.9')
)
                libraryDependencies += "com.laamella" % "queryprutser" % "0.9"
                [com.laamella/queryprutser "0.9"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.hibernate : hibernate-core | jar | 3.6.10.Final | 
| javaee : javaee-api | jar | 5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.0.7 | 
| junit : junit | jar | 4.10 | 
| org.mockito : mockito-core | jar | 1.9.5-rc1 |