License |
License |
---|---|
GroupId | GroupIdfr.ght1pc9kc |
ArtifactId | ArtifactIdjuery-basic |
Version | Version1.2.0 |
Type | Typejar |
Description |
DescriptionJuery Basic
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.
|
Filename | Size |
---|---|
juery-basic-1.2.0.pom | |
juery-basic-1.2.0.jar | 34 KB |
juery-basic-1.2.0-sources.jar | 22 KB |
juery-basic-1.2.0-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.ght1pc9kc/juery-basic/ -->
<dependency>
<groupId>fr.ght1pc9kc</groupId>
<artifactId>juery-basic</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.ght1pc9kc/juery-basic/
implementation 'fr.ght1pc9kc:juery-basic:1.2.0'
// https://jarcasting.com/artifacts/fr.ght1pc9kc/juery-basic/
implementation ("fr.ght1pc9kc:juery-basic:1.2.0")
'fr.ght1pc9kc:juery-basic:jar:1.2.0'
<dependency org="fr.ght1pc9kc" name="juery-basic" rev="1.2.0">
<artifact name="juery-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.ght1pc9kc', module='juery-basic', version='1.2.0')
)
libraryDependencies += "fr.ght1pc9kc" % "juery-basic" % "1.2.0"
[fr.ght1pc9kc/juery-basic "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
fr.ght1pc9kc : juery-api | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |
org.assertj : assertj-core | jar | 3.19.0 |