How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.azodox</groupId>
<artifactId>accountsystem-velocity</artifactId>
<version>0.5.0</version>
</dependency>
Choose a version of io.github.azodox : accountsystem-velocity to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
accountsystem-velocity-0.5.0
|
||
0.4.x |
accountsystem-velocity-0.4.0
|
||
accountsystem-velocity-0.4.0null
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.azodox</groupId>
<artifactId>accountsystem-velocity</artifactId>
<version>0.5.0</version>
</dependency>
Advertisement