How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cosium.code</groupId>
<artifactId>git-code-format-maven-plugin-parent</artifactId>
<version>4.2</version>
</dependency>
Choose a version of com.cosium.code : git-code-format-maven-plugin-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2 |
git-code-format-maven-plugin-parent-4.2
|
||
4.1 |
git-code-format-maven-plugin-parent-4.1
|
||
4.0 |
git-code-format-maven-plugin-parent-4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cosium.code</groupId>
<artifactId>git-code-format-maven-plugin-parent</artifactId>
<version>4.2</version>
</dependency>
Advertisement