How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>se.mithlond.codestyle.poms</groupId>
<artifactId>mithlond-codestyle-model-parent</artifactId>
<version>2.1.0</version>
</dependency>
Choose a version of se.mithlond.codestyle.poms : mithlond-codestyle-model-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
mithlond-codestyle-model-parent-2.1.0
|
||
2.0.x |
mithlond-codestyle-model-parent-2.0.1
|
||
mithlond-codestyle-model-parent-2.0.0
|
|||
1.11.x |
mithlond-codestyle-model-parent-1.11.0
|
||
1.10.x |
mithlond-codestyle-model-parent-1.10.0
|
||
1.9.x |
mithlond-codestyle-model-parent-1.9.0
|
||
1.8.x |
mithlond-codestyle-model-parent-1.8.1
|
||
1.7.x |
mithlond-codestyle-model-parent-1.7.0
|
||
1.6.x |
mithlond-codestyle-model-parent-1.6.0
|
||
1.5.x |
mithlond-codestyle-model-parent-1.5.0
|
||
1.4.x |
mithlond-codestyle-model-parent-1.4.1
|
||
mithlond-codestyle-model-parent-1.4.0
|
|||
1.3.x |
mithlond-codestyle-model-parent-1.3.0
|
||
1.2.x |
mithlond-codestyle-model-parent-1.2.1
|
||
1.1.x |
mithlond-codestyle-model-parent-1.1.0
|
||
1.0.x |
mithlond-codestyle-model-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>se.mithlond.codestyle.poms</groupId>
<artifactId>mithlond-codestyle-model-parent</artifactId>
<version>2.1.0</version>
</dependency>
Advertisement