How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.uni-mannheim.informatik.dws.melt</groupId>
<artifactId>matching-parent</artifactId>
<version>3.3</version>
</dependency>
Choose a version of de.uni-mannheim.informatik.dws.melt : matching-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.3 |
matching-parent-3.3
|
||
3.2 |
matching-parent-3.2
|
||
3.1 |
matching-parent-3.1
|
||
3.0 |
matching-parent-3.0
|
||
2.6 |
matching-parent-2.6
|
||
2.5 |
matching-parent-2.5
|
||
2.4 |
matching-parent-2.4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.uni-mannheim.informatik.dws.melt</groupId>
<artifactId>matching-parent</artifactId>
<version>3.3</version>
</dependency>
Advertisement