License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases jOOQ JSON |
GroupId | GroupIdcom.github.t9t.jooq |
ArtifactId | ArtifactIdjooq-postgresql-json |
Version | Version2.0.3 |
Type | Typejar |
Description |
Descriptionjooq-postgresql-json
jOOQ support for PostgreSQL json & jsonb
|
<!-- https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/ -->
<dependency>
<groupId>com.github.t9t.jooq</groupId>
<artifactId>jooq-postgresql-json</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/
implementation 'com.github.t9t.jooq:jooq-postgresql-json:2.0.3'
// https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/
implementation ("com.github.t9t.jooq:jooq-postgresql-json:2.0.3")
'com.github.t9t.jooq:jooq-postgresql-json:jar:2.0.3'
<dependency org="com.github.t9t.jooq" name="jooq-postgresql-json" rev="2.0.3">
<artifact name="jooq-postgresql-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t9t.jooq', module='jooq-postgresql-json', version='2.0.3')
)
libraryDependencies += "com.github.t9t.jooq" % "jooq-postgresql-json" % "2.0.3"
[com.github.t9t.jooq/jooq-postgresql-json "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jooq : jooq | jar | 3.14.12 |
org.jetbrains.kotlin : kotlin-stdlib Optional | jar | 1.4.21 |