How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>at.borkowski.prefetch-simulation</groupId>
<artifactId>prefetch-simulation</artifactId>
<version>0.0.2</version>
</dependency>
Choose a version of at.borkowski.prefetch-simulation : prefetch-simulation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
prefetch-simulation-0.0.2
|
||
prefetch-simulation-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>at.borkowski.prefetch-simulation</groupId>
<artifactId>prefetch-simulation</artifactId>
<version>0.0.2</version>
</dependency>
Advertisement