How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>documentation</artifactId>
<version>2.2.22</version>
</dependency>
Choose a version of org.glassfish.grizzly : documentation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
documentation-2.3.2
|
||
documentation-2.3.1
|
|||
2.3 |
documentation-2.3
|
||
documentation-2.3-rc7
|
|||
documentation-2.3-rc6
|
|||
documentation-2.3-rc5
|
|||
documentation-2.3-rc4
|
|||
documentation-2.3-rc3
|
|||
documentation-2.3-rc2
|
|||
documentation-2.3-rc1
|
|||
documentation-2.3-beta9
|
|||
documentation-2.3-beta8
|
|||
documentation-2.3-beta7
|
|||
documentation-2.3-beta6
|
|||
documentation-2.3-beta5
|
|||
documentation-2.3-beta4
|
|||
documentation-2.3-beta3
|
|||
documentation-2.3-beta2
|
|||
documentation-2.3-beta1
|
|||
2.2.x |
documentation-2.2.22
|
||
documentation-2.2.21
|
|||
documentation-2.2.20
|
|||
documentation-2.2.19
|
|||
documentation-2.2.18
|
|||
documentation-2.2.17
|
|||
documentation-2.2.16
|
|||
documentation-2.2.15
|
|||
documentation-2.2.14
|
|||
documentation-2.2.13
|
|||
documentation-2.2.12
|
|||
documentation-2.2.11
|
|||
documentation-2.2.10
|
|||
documentation-2.2.9
|
|||
documentation-2.2.8
|
|||
documentation-2.2.7
|
|||
documentation-2.2.6
|
|||
documentation-2.2.5
|
|||
documentation-2.2.3
|
|||
documentation-2.2.2
|
|||
documentation-2.2.1
|
|||
2.2 |
documentation-2.2
|
||
2.1.x |
documentation-2.1.11
|
||
documentation-2.1.10
|
|||
documentation-2.1.9
|
|||
documentation-2.1.8
|
|||
documentation-2.1.7
|
|||
documentation-2.1.6
|
|||
documentation-2.1.5
|
|||
documentation-2.1.4
|
|||
documentation-2.1.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>documentation</artifactId>
<version>2.2.22</version>
</dependency>
Advertisement