How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b2</version>
</dependency>
Choose a version of com.sigpwned : tabular4j to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
tabular4j-0.0.0-b2
|
||
tabular4j-0.0.0-b1
|
|||
tabular4j-0.0.0-b0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>tabular4j</artifactId>
<version>0.0.0-b2</version>
</dependency>
Advertisement