How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>rate-limit</artifactId>
<version>1.1.1</version>
</dependency>
Choose a version of com.github.houbb : rate-limit to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
rate-limit-1.1.1
|
||
rate-limit-1.1.0
|
|||
1.0.x |
rate-limit-1.0.0
|
||
0.0.x |
rate-limit-0.0.10
|
||
rate-limit-0.0.9
|
|||
rate-limit-0.0.8
|
|||
rate-limit-0.0.7
|
|||
rate-limit-0.0.6
|
|||
rate-limit-0.0.5
|
|||
rate-limit-0.0.4
|
|||
rate-limit-0.0.3
|
|||
rate-limit-0.0.2
|
|||
rate-limit-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>rate-limit</artifactId>
<version>1.1.1</version>
</dependency>
Advertisement