MVN

org.apache.cxf.build-utils : cxf-xml2fastinfoset-plugin

Maven & Gradle

May 02, 2023
18 stars

Apache CXF XML to FastInfoset Maven2 Plugin

<plugin>
    <groupId>org.apache.cxf.build-utils</groupId>
    <artifactId>cxf-xml2fastinfoset-plugin</artifactId>
    <version>4.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf.build-utils : cxf-xml2fastinfoset-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.0.1

All Versions

Choose a version of org.apache.cxf.build-utils : cxf-xml2fastinfoset-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
cxf-xml2fastinfoset-plugin-4.0.1
cxf-xml2fastinfoset-plugin-4.0.0
3.4.x
cxf-xml2fastinfoset-plugin-3.4.4
cxf-xml2fastinfoset-plugin-3.4.3
cxf-xml2fastinfoset-plugin-3.4.2
cxf-xml2fastinfoset-plugin-3.4.1
cxf-xml2fastinfoset-plugin-3.4.0
3.3.x
cxf-xml2fastinfoset-plugin-3.3.0
3.2.x
cxf-xml2fastinfoset-plugin-3.2.1
cxf-xml2fastinfoset-plugin-3.2.0
3.1.x
cxf-xml2fastinfoset-plugin-3.1.0
3.0.x
cxf-xml2fastinfoset-plugin-3.0.0
2.6.x
cxf-xml2fastinfoset-plugin-2.6.0
2.5.x
cxf-xml2fastinfoset-plugin-2.5.0
2.4.x
cxf-xml2fastinfoset-plugin-2.4.1
cxf-xml2fastinfoset-plugin-2.4.0
2.3.x
cxf-xml2fastinfoset-plugin-2.3.2
cxf-xml2fastinfoset-plugin-2.3.1
cxf-xml2fastinfoset-plugin-2.3.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.cxf.build-utils</groupId>
    <artifactId>cxf-xml2fastinfoset-plugin</artifactId>
    <version>4.0.1</version>
</plugin>