How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.fabiozumbi12.RedProtect</groupId>
<artifactId>RedProtect</artifactId>
<version>8.1.1</version>
</dependency>
Choose a version of io.github.fabiozumbi12.RedProtect : RedProtect to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.1.x |
RedProtect-8.1.1
|
||
RedProtect-8.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.github.fabiozumbi12.RedProtect</groupId>
<artifactId>RedProtect</artifactId>
<version>8.1.1</version>
</dependency>
Advertisement