License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases jOOQ JSON |
GroupId | GroupIdcom.github.t9t.jooq |
ArtifactId | ArtifactIdjooq-postgresql-json |
Version | Version3.2.1 |
Type | Typejar |
Description |
Descriptionjooq-postgresql-json
jOOQ support for PostgreSQL json & jsonb
|
Filename | Size |
---|---|
jooq-postgresql-json-3.2.1.pom | |
jooq-postgresql-json-3.2.1.jar | 12 KB |
jooq-postgresql-json-3.2.1-sources.jar | 7 KB |
jooq-postgresql-json-3.2.1-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/ -->
<dependency>
<groupId>com.github.t9t.jooq</groupId>
<artifactId>jooq-postgresql-json</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/
implementation 'com.github.t9t.jooq:jooq-postgresql-json:3.2.1'
// https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/
implementation ("com.github.t9t.jooq:jooq-postgresql-json:3.2.1")
'com.github.t9t.jooq:jooq-postgresql-json:jar:3.2.1'
<dependency org="com.github.t9t.jooq" name="jooq-postgresql-json" rev="3.2.1">
<artifact name="jooq-postgresql-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t9t.jooq', module='jooq-postgresql-json', version='3.2.1')
)
libraryDependencies += "com.github.t9t.jooq" % "jooq-postgresql-json" % "3.2.1"
[com.github.t9t.jooq/jooq-postgresql-json "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jooq : jooq | jar | 3.16.5 |
org.jetbrains.kotlin : kotlin-stdlib Optional | jar | 1.6.10 |