How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ruediste.remoteJUnit</groupId>
<artifactId>remoteJUnit-parent</artifactId>
<version>1.1</version>
</dependency>
Choose a version of com.github.ruediste.remoteJUnit : remoteJUnit-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
remoteJUnit-parent-1.1
|
||
1.0 |
remoteJUnit-parent-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.ruediste.remoteJUnit</groupId>
<artifactId>remoteJUnit-parent</artifactId>
<version>1.1</version>
</dependency>
Advertisement