не последняя версия
Последняя версия 1.2.1

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

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

Группа

Группа

io.github.andersoncrocha
Идентификатор

Идентификатор

jpql-query-builder
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать jpql-query-builder 1.0.0


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