How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>me.mindwind</groupId>
<artifactId>craft-atom</artifactId>
<version>2.1.1</version>
</dependency>
Choose a version of me.mindwind : craft-atom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
craft-atom-2.1.1
|
||
craft-atom-2.1.0
|
|||
2.0.x |
craft-atom-2.0.4
|
||
craft-atom-2.0.3
|
|||
craft-atom-2.0.2
|
|||
craft-atom-2.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>me.mindwind</groupId>
<artifactId>craft-atom</artifactId>
<version>2.1.1</version>
</dependency>
Advertisement