Last Version

Juery 1.2.2

Juery is a tiny Java library to manage search and filter query from user to database. api and basic packages have no dependencies. They contain everything you need to use Juery. The jooq package contains useful tools for projects using the jOOQ DSL.

License

License

GroupId

GroupId

fr.ght1pc9kc
ArtifactId

ArtifactId

juery
Version

Version

1.2.2
Type

Type

pom
Description

Description

Juery
Juery is a tiny Java library to manage search and filter query from user to database. api and basic packages have no dependencies. They contain everything you need to use Juery. The jooq package contains useful tools for projects using the jOOQ DSL.
Project URL

Project URL

https://github.com/Marthym/juery
Source Code Management

Source Code Management

https://github.com/Marthym/juery

Download juery 1.2.2

Filename Size
juery-1.2.2.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/fr.ght1pc9kc/juery/ -->
<dependency>
    <groupId>fr.ght1pc9kc</groupId>
    <artifactId>juery</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.ght1pc9kc/juery/
implementation 'fr.ght1pc9kc:juery:1.2.2'
// https://jarcasting.com/artifacts/fr.ght1pc9kc/juery/
implementation ("fr.ght1pc9kc:juery:1.2.2")
'fr.ght1pc9kc:juery:pom:1.2.2'
<dependency org="fr.ght1pc9kc" name="juery" rev="1.2.2">
  <artifact name="juery" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.ght1pc9kc', module='juery', version='1.2.2')
)
libraryDependencies += "fr.ght1pc9kc" % "juery" % "1.2.2"
[fr.ght1pc9kc/juery "1.2.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • juery-api
  • juery-basic
  • juery-jooq