License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.dantebarba |
ArtifactId | ArtifactIdqueryfork |
Version | Version1.0.3 |
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 |