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.
| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.dantebarba |
| ArtifactId | ArtifactIdqueryfork |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionqueryfork-core
QueryFork: A simple query builder for HQL
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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.