How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.paganini2008.atlantis</groupId>
<artifactId>vortex</artifactId>
<version>1.0-RC1</version>
</dependency>
Choose a version of com.github.paganini2008.atlantis : vortex to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
vortex-1.0-RC1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.paganini2008.atlantis</groupId>
<artifactId>vortex</artifactId>
<version>1.0-RC1</version>
</dependency>
Advertisement