MVN

com.netifi : netifi-bom

Maven & Gradle

Dec 10, 2019
1 usages
24 stars

Netifi-Java Release Train - BOM · Bill of materials to make sure a consistent set of versions is used for Netifi-Java.

<dependency>
    <groupId>com.netifi</groupId>
    <artifactId>netifi-bom</artifactId>
    <version>1.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netifi : netifi-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.6.10

All Versions

Choose a version of com.netifi : netifi-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
netifi-bom-1.6.10
netifi-bom-1.6.9
netifi-bom-1.6.8
netifi-bom-1.6.7
netifi-bom-1.6.6
netifi-bom-1.6.4
netifi-bom-1.6.3
netifi-bom-1.6.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.netifi</groupId>
    <artifactId>netifi-bom</artifactId>
    <version>1.6.10</version>
</dependency>

Advertisement