How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.jmash</groupId>
<artifactId>mapstruct-parent</artifactId>
<version>1.6.0</version>
</dependency>
Choose a version of com.gitee.jmash : mapstruct-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
mapstruct-parent-1.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.gitee.jmash</groupId>
<artifactId>mapstruct-parent</artifactId>
<version>1.6.0</version>
</dependency>
Advertisement