How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4</version>
</dependency>
Choose a version of fr.lteconsulting : hexa.tools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4 |
hexa.tools-1.4
|
||
1.3 |
hexa.tools-1.3
|
||
1.2 |
hexa.tools-1.2
|
||
1.0 |
hexa.tools-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>fr.lteconsulting</groupId>
<artifactId>hexa.tools</artifactId>
<version>1.4</version>
</dependency>
Advertisement