Last Version

ORM fetch DSL 0.2.0

A DSL for specifying the eager fetch columns and relations in ORM queries.

License

License

GroupId

GroupId

com.github.ykrasik
ArtifactId

ArtifactId

fetch-dsl-core
Version

Version

0.2.0
Type

Type

jar
Description

Description

ORM fetch DSL
A DSL for specifying the eager fetch columns and relations in ORM queries.
Project URL

Project URL

https://github.com/ykrasik/orm-fetch-dsl
Source Code Management

Source Code Management

https://github.com/ykrasik/orm-fetch-dsl

Download fetch-dsl-core 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.ykrasik/fetch-dsl-core/ -->
<dependency>
    <groupId>com.github.ykrasik</groupId>
    <artifactId>fetch-dsl-core</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykrasik/fetch-dsl-core/
implementation 'com.github.ykrasik:fetch-dsl-core:0.2.0'
// https://jarcasting.com/artifacts/com.github.ykrasik/fetch-dsl-core/
implementation ("com.github.ykrasik:fetch-dsl-core:0.2.0")
'com.github.ykrasik:fetch-dsl-core:jar:0.2.0'
<dependency org="com.github.ykrasik" name="fetch-dsl-core" rev="0.2.0">
  <artifact name="fetch-dsl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykrasik', module='fetch-dsl-core', version='0.2.0')
)
libraryDependencies += "com.github.ykrasik" % "fetch-dsl-core" % "0.2.0"
[com.github.ykrasik/fetch-dsl-core "0.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
org.codehaus.groovy : groovy-all jar 2.2.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.