How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>awssdkv2-java11-clients</artifactId>
<version>2.23.7.0-b0</version>
</dependency>
Choose a version of com.sigpwned : awssdkv2-java11-clients to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.23.x |
awssdkv2-java11-clients-2.23.7.0-b0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>awssdkv2-java11-clients</artifactId>
<version>2.23.7.0-b0</version>
</dependency>
Advertisement