How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fortitudetec</groupId>
<artifactId>elucidation</artifactId>
<version>4.1.2</version>
</dependency>
Choose a version of com.fortitudetec : elucidation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.1.x |
elucidation-4.1.2
|
||
elucidation-4.1.1
|
|||
elucidation-4.1.0
|
|||
4.0.x |
elucidation-4.0.0
|
||
3.0.x |
elucidation-3.0.0
|
||
2.1.x |
elucidation-2.1.0
|
||
2.0.x |
elucidation-2.0.2
|
||
elucidation-2.0.1
|
|||
elucidation-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fortitudetec</groupId>
<artifactId>elucidation</artifactId>
<version>4.1.2</version>
</dependency>
Advertisement