MVN

org.polyforms : polyforms-querydsl

Maven & Gradle

Jul 05, 2012
2 stars

QueryDSL Integration · Integration QueryDSL into Repository

<dependency>
    <groupId>org.polyforms</groupId>
    <artifactId>polyforms-querydsl</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.polyforms : polyforms-querydsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of org.polyforms : polyforms-querydsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
polyforms-querydsl-0.8.1
0.8
polyforms-querydsl-0.8
0.7
polyforms-querydsl-0.7
0.6.x
polyforms-querydsl-0.6.1
0.6
polyforms-querydsl-0.6

How to add a dependency to Maven

Add the following org.polyforms : polyforms-querydsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.polyforms</groupId>
    <artifactId>polyforms-querydsl</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.polyforms : polyforms-querydsl gradle dependency to your build.gradle file:

implementation 'org.polyforms:polyforms-querydsl:0.8.1'

Gradle Kotlin DSL: Add the following org.polyforms : polyforms-querydsl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.polyforms:polyforms-querydsl:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.polyforms : polyforms-querydsl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.polyforms" % "polyforms-querydsl" % "0.8.1"

Advertisement