Categories |
CategoriesPostgreSQL Data Databases jOOQ JSON |
---|---|
GroupId | GroupIdcom.github.t9t.jooq |
ArtifactId | ArtifactIdjooq-postgresql-json |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/ -->
<dependency>
<groupId>com.github.t9t.jooq</groupId>
<artifactId>jooq-postgresql-json</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/
implementation 'com.github.t9t.jooq:jooq-postgresql-json:0.2.0'
// https://jarcasting.com/artifacts/com.github.t9t.jooq/jooq-postgresql-json/
implementation ("com.github.t9t.jooq:jooq-postgresql-json:0.2.0")
'com.github.t9t.jooq:jooq-postgresql-json:jar:0.2.0'
<dependency org="com.github.t9t.jooq" name="jooq-postgresql-json" rev="0.2.0">
<artifact name="jooq-postgresql-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t9t.jooq', module='jooq-postgresql-json', version='0.2.0')
)
libraryDependencies += "com.github.t9t.jooq" % "jooq-postgresql-json" % "0.2.0"
[com.github.t9t.jooq/jooq-postgresql-json "0.2.0"]