How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-static</artifactId>
<version>2.6.13.RELEASE</version>
</dependency>
Choose a version of com.github.wywuzh : commons-static to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
commons-static-2.6.13.RELEASE
|
||
commons-static-2.6.12.RELEASE
|
|||
commons-static-2.6.11.RELEASE
|
|||
commons-static-2.6.10.1.RELEASE
|
|||
commons-static-2.6.10.RELEASE
|
|||
commons-static-2.6.9.RELEASE
|
|||
commons-static-2.6.8.RELEASE
|
|||
commons-static-2.6.7.RELEASE
|
|||
commons-static-2.6.6.RELEASE
|
|||
commons-static-2.6.5.RELEASE
|
|||
commons-static-2.6.4.RELEASE
|
|||
commons-static-2.6.3.RELEASE
|
|||
commons-static-2.6.2.RELEASE
|
|||
commons-static-2.6.1.RELEASE
|
|||
commons-static-2.6.0.RELEASE
|
|||
2.5.x |
commons-static-2.5.14.RELEASE
|
||
commons-static-2.5.13.1.RELEASE
|
|||
commons-static-2.5.13.RELEASE
|
|||
commons-static-2.5.12.1.RELEASE
|
|||
commons-static-2.5.12.RELEASE
|
|||
commons-static-2.5.11.1.RELEASE
|
|||
commons-static-2.5.11.RELEASE
|
|||
commons-static-2.5.10.1.RELEASE
|
|||
commons-static-2.5.10.RELEASE
|
|||
commons-static-2.5.9.1.RELEASE
|
|||
commons-static-2.5.9.RELEASE
|
|||
commons-static-2.5.8.1.RELEASE
|
|||
commons-static-2.5.8.RELEASE
|
|||
commons-static-2.5.7.RELEASE
|
|||
commons-static-2.5.6.RELEASE
|
|||
commons-static-2.5.5.RELEASE
|
|||
commons-static-2.5.4.RELEASE
|
|||
commons-static-2.5.3.RELEASE
|
|||
commons-static-2.5.2.RELEASE
|
|||
commons-static-2.5.1.RELEASE
|
|||
commons-static-2.5.0.RELEASE
|
|||
2.4.x |
commons-static-2.4.13.RELEASE
|
||
commons-static-2.4.12.RELEASE
|
|||
commons-static-2.4.11.RELEASE
|
|||
commons-static-2.4.10.RELEASE
|
|||
commons-static-2.4.9.RELEASE
|
|||
commons-static-2.4.8.RELEASE
|
|||
commons-static-2.4.7.RELEASE
|
|||
commons-static-2.4.6.RELEASE
|
|||
commons-static-2.4.5.RELEASE
|
|||
commons-static-2.4.4.RELEASE
|
|||
commons-static-2.4.3.RELEASE
|
|||
commons-static-2.4.2.RELEASE
|
|||
commons-static-2.4.1.RELEASE
|
|||
commons-static-2.4.0.RELEASE
|
|||
2.3.x |
commons-static-2.3.12.RELEASE
|
||
commons-static-2.3.11.RELEASE
|
|||
commons-static-2.3.10.RELEASE
|
|||
commons-static-2.3.9.RELEASE
|
|||
commons-static-2.3.8.RELEASE
|
|||
commons-static-2.3.7.RELEASE
|
|||
commons-static-2.3.6.RELEASE
|
|||
commons-static-2.3.5.RELEASE
|
|||
commons-static-2.3.4.RELEASE
|
|||
commons-static-2.3.3.RELEASE
|
|||
commons-static-2.3.2.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-static</artifactId>
<version>2.6.13.RELEASE</version>
</dependency>
Advertisement