How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-bom</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of com.github.fmjsjx : libnetty-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
libnetty-bom-3.2.0
|
||
3.1.x |
libnetty-bom-3.1.0
|
||
libnetty-bom-3.1.0-M1
|
|||
3.0.x |
libnetty-bom-3.0.0
|
||
libnetty-bom-3.0.0-RC1
|
|||
2.7.x |
libnetty-bom-2.7.0
|
||
libnetty-bom-2.7.0-RC2
|
|||
libnetty-bom-2.7.0-RC1
|
|||
2.6.x |
libnetty-bom-2.6.1
|
||
libnetty-bom-2.6.0
|
|||
2.5.x |
libnetty-bom-2.5.1
|
||
libnetty-bom-2.5.0
|
|||
2.4.x |
libnetty-bom-2.4.4
|
||
libnetty-bom-2.4.3
|
|||
libnetty-bom-2.4.2
|
|||
libnetty-bom-2.4.1
|
|||
libnetty-bom-2.4.0
|
|||
2.3.x |
libnetty-bom-2.3.0
|
||
2.2.x |
libnetty-bom-2.2.9
|
||
libnetty-bom-2.2.8
|
|||
libnetty-bom-2.2.7
|
|||
libnetty-bom-2.2.6
|
|||
libnetty-bom-2.2.5
|
|||
libnetty-bom-2.2.4
|
|||
libnetty-bom-2.2.3
|
|||
libnetty-bom-2.2.2
|
|||
libnetty-bom-2.2.1
|
|||
libnetty-bom-2.2.0
|
|||
2.1.x |
libnetty-bom-2.1.1
|
||
libnetty-bom-2.1.0
|
|||
2.0.x |
libnetty-bom-2.0.0
|
||
1.3.x |
libnetty-bom-1.3.2.Final
|
||
libnetty-bom-1.3.1.Final
|
|||
libnetty-bom-1.3.0.Final
|
|||
1.2.x |
libnetty-bom-1.2.2.Final
|
||
libnetty-bom-1.2.1.Final
|
|||
libnetty-bom-1.2.0.Final
|
|||
1.1.x |
libnetty-bom-1.1.5.Final
|
||
libnetty-bom-1.1.4.Final
|
|||
libnetty-bom-1.1.3.Final
|
|||
libnetty-bom-1.1.2.Final
|
|||
libnetty-bom-1.1.1.Final
|
|||
libnetty-bom-1.1.0.Final
|
|||
1.0.x |
libnetty-bom-1.0.1.Final
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libnetty-bom</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement