MVN

com.jaxio : jpa-querybyexample

Maven & Gradle

Nov 10, 2015
44 stars

JPA Query by Example · This API allows you to construct Query By Example using the JPA 2 Criteria API.

<dependency>
    <groupId>com.jaxio</groupId>
    <artifactId>jpa-querybyexample</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jaxio : jpa-querybyexample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.jaxio : jpa-querybyexample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jpa-querybyexample-1.0.1
jpa-querybyexample-1.0.0

How to add a dependency to Maven

Add the following com.jaxio : jpa-querybyexample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jaxio</groupId>
    <artifactId>jpa-querybyexample</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jaxio : jpa-querybyexample gradle dependency to your build.gradle file:

implementation 'com.jaxio:jpa-querybyexample:1.0.1'

Gradle Kotlin DSL: Add the following com.jaxio : jpa-querybyexample gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jaxio:jpa-querybyexample:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jaxio : jpa-querybyexample sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jaxio" % "jpa-querybyexample" % "1.0.1"