| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.ght1pc9kc |
| Идентификатор | Идентификаторjuery |
| Версия | Версия1.2.2 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| juery-1.2.2.pom | 16 KB |
| Обзор |
<!-- 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"]