is not current version
Last Version 1.0.1

org.ezlibs:ezjooq 1.0.0

Simple CRUD Repository Wrapper for the jOOQ Library

Categories

Categories

jOOQ Data Databases
GroupId

GroupId

org.ezlibs
ArtifactId

ArtifactId

ezjooq
Version

Version

1.0.0
Type

Type

jar

Download ezjooq 1.0.0


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