How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.chhsiao90</groupId>
<artifactId>modelmapper-module-java8</artifactId>
<version>1.2.1</version>
</dependency>
Choose a version of com.github.chhsiao90 : modelmapper-module-java8 to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
modelmapper-module-java8-1.2.1
|
||
modelmapper-module-java8-1.2.0
|
|||
1.1.x |
modelmapper-module-java8-1.1.0
|
||
1.0.x |
modelmapper-module-java8-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.chhsiao90</groupId>
<artifactId>modelmapper-module-java8</artifactId>
<version>1.2.1</version>
</dependency>
Advertisement