is not current version
Last Version 1.2.1

io.github.andersoncrocha:jpql-query-builder 1.1.0

This is a tool that helps you create queries with Hibernate using JPQL or native SQL

GroupId

GroupId

io.github.andersoncrocha
ArtifactId

ArtifactId

jpql-query-builder
Version

Version

1.1.0
Type

Type

jar

Download jpql-query-builder 1.1.0


<!-- https://jarcasting.com/artifacts/io.github.andersoncrocha/jpql-query-builder/ -->
<dependency>
    <groupId>io.github.andersoncrocha</groupId>
    <artifactId>jpql-query-builder</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.andersoncrocha/jpql-query-builder/
implementation 'io.github.andersoncrocha:jpql-query-builder:1.1.0'
// https://jarcasting.com/artifacts/io.github.andersoncrocha/jpql-query-builder/
implementation ("io.github.andersoncrocha:jpql-query-builder:1.1.0")
'io.github.andersoncrocha:jpql-query-builder:jar:1.1.0'
<dependency org="io.github.andersoncrocha" name="jpql-query-builder" rev="1.1.0">
  <artifact name="jpql-query-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.andersoncrocha', module='jpql-query-builder', version='1.1.0')
)
libraryDependencies += "io.github.andersoncrocha" % "jpql-query-builder" % "1.1.0"
[io.github.andersoncrocha/jpql-query-builder "1.1.0"]