How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fudaa.soft.fudaa-taucomac</groupId>
<artifactId>fudaa-taucomac</artifactId>
<version>0.02</version>
</dependency>
Choose a version of org.fudaa.soft.fudaa-taucomac : fudaa-taucomac to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.02 |
fudaa-taucomac-0.02
|
||
0.01 |
fudaa-taucomac-0.01
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.fudaa.soft.fudaa-taucomac</groupId>
<artifactId>fudaa-taucomac</artifactId>
<version>0.02</version>
</dependency>
Advertisement