Query Fork - Core 
A micro query builder for easy HQL query managment. Includes a detailed and simple API to handle HQL queries on an easy seamingless way. The core concept behind it, is reusing as much of a query string as possible.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаcom.github.dantebarba |
| Идентификатор | Идентификаторqueryfork |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеqueryfork-core
QueryFork: A simple query builder for HQL
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| queryfork-1.0.3.pom | |
| queryfork-1.0.3.jar | 15 KB |
| queryfork-1.0.3-sources.jar | 11 KB |
| queryfork-1.0.3-javadoc.jar | 119 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.dantebarba/queryfork/ -->
<dependency>
<groupId>com.github.dantebarba</groupId>
<artifactId>queryfork</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dantebarba/queryfork/
implementation 'com.github.dantebarba:queryfork:1.0.3'
// https://jarcasting.com/artifacts/com.github.dantebarba/queryfork/
implementation ("com.github.dantebarba:queryfork:1.0.3")
'com.github.dantebarba:queryfork:jar:1.0.3'
<dependency org="com.github.dantebarba" name="queryfork" rev="1.0.3">
<artifact name="queryfork" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dantebarba', module='queryfork', version='1.0.3')
)
libraryDependencies += "com.github.dantebarba" % "queryfork" % "1.0.3"
[com.github.dantebarba/queryfork "1.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A micro query builder for easy HQL query managment. Includes a detailed and simple API to handle HQL queries on an easy seamingless way. The core concept behind it, is reusing as much of a query string as possible.