How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-core-parent</artifactId>
<version>0.8.3</version>
</dependency>
Choose a version of com.github.datatables4j : datatables4j-core-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
datatables4j-core-parent-0.8.3
|
||
datatables4j-core-parent-0.8.2
|
|||
datatables4j-core-parent-0.8.1
|
|||
0.7.x |
datatables4j-core-parent-0.7.0
|
||
0.6.x |
datatables4j-core-parent-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.datatables4j</groupId>
<artifactId>datatables4j-core-parent</artifactId>
<version>0.8.3</version>
</dependency>
Advertisement