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