How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.infilos</groupId>
<artifactId>relax-authentic</artifactId>
<version>0.9.0</version>
</dependency>
Choose a version of com.infilos : relax-authentic to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
relax-authentic-0.9.0
|
||
0.8.x |
relax-authentic-0.8.0
|
||
0.7.x |
relax-authentic-0.7.0
|
||
0.6.x |
relax-authentic-0.6.0
|
||
0.5.x |
relax-authentic-0.5.0
|
||
0.4.x |
relax-authentic-0.4.0
|
||
0.3.x |
relax-authentic-0.3.0
|
||
0.2.x |
relax-authentic-0.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.infilos</groupId>
<artifactId>relax-authentic</artifactId>
<version>0.9.0</version>
</dependency>
Advertisement