How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gotham25</groupId>
<artifactId>TurboSMTP</artifactId>
<version>1.0.1</version>
</dependency>
Choose a version of com.github.gotham25 : TurboSMTP to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
TurboSMTP-1.0.1
|
||
TurboSMTP-1.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.gotham25</groupId>
<artifactId>TurboSMTP</artifactId>
<version>1.0.1</version>
</dependency>
Advertisement