How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.t9t.jooq</groupId>
<artifactId>jooq-postgresql-json-parent</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of com.github.t9t.jooq : jooq-postgresql-json-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
jooq-postgresql-json-parent-4.0.0
|
||
3.2.x |
jooq-postgresql-json-parent-3.2.3
|
||
jooq-postgresql-json-parent-3.2.2
|
|||
jooq-postgresql-json-parent-3.2.1
|
|||
jooq-postgresql-json-parent-3.2.0
|
|||
3.1.x |
jooq-postgresql-json-parent-3.1.2
|
||
jooq-postgresql-json-parent-3.1.1
|
|||
jooq-postgresql-json-parent-3.1.0
|
|||
3.0.x |
jooq-postgresql-json-parent-3.0.0
|
||
2.0.x |
jooq-postgresql-json-parent-2.0.3
|
||
jooq-postgresql-json-parent-2.0.2
|
|||
jooq-postgresql-json-parent-2.0.1
|
|||
jooq-postgresql-json-parent-2.0.0
|
|||
1.3.x |
jooq-postgresql-json-parent-1.3.0
|
||
1.2.x |
jooq-postgresql-json-parent-1.2.2
|
||
jooq-postgresql-json-parent-1.2.1
|
|||
jooq-postgresql-json-parent-1.2.0
|
|||
1.1.x |
jooq-postgresql-json-parent-1.1.2
|
||
jooq-postgresql-json-parent-1.1.1
|
|||
jooq-postgresql-json-parent-1.1.0
|
|||
1.0.x |
jooq-postgresql-json-parent-1.0.0
|
||
0.4.x |
jooq-postgresql-json-parent-0.4.0
|
||
0.3.x |
jooq-postgresql-json-parent-0.3.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.t9t.jooq</groupId>
<artifactId>jooq-postgresql-json-parent</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement