How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-bom</artifactId>
<version>0.5.13</version>
</dependency>
Choose a version of com.github.tsc4j : tsc4j-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
tsc4j-bom-0.5.13
|
||
tsc4j-bom-0.5.12
|
|||
tsc4j-bom-0.5.11
|
|||
tsc4j-bom-0.5.10
|
|||
tsc4j-bom-0.5.9
|
|||
tsc4j-bom-0.5.8
|
|||
tsc4j-bom-0.5.7
|
|||
tsc4j-bom-0.5.6
|
|||
tsc4j-bom-0.5.5
|
|||
tsc4j-bom-0.5.4
|
|||
tsc4j-bom-0.5.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.tsc4j</groupId>
<artifactId>tsc4j-bom</artifactId>
<version>0.5.13</version>
</dependency>
Advertisement