How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mattprovis</groupId>
<artifactId>fluentmatcher</artifactId>
<version>0.3</version>
</dependency>
Choose a version of com.mattprovis : fluentmatcher to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3 |
fluentmatcher-0.3
|
||
0.2 |
fluentmatcher-0.2
|
||
0.1.x |
fluentmatcher-0.1.3
|
||
fluentmatcher-0.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.mattprovis</groupId>
<artifactId>fluentmatcher</artifactId>
<version>0.3</version>
</dependency>
Advertisement