MVN

org.apache.streampipes : streampipes-maven-plugin

Maven & Gradle

Jun 09, 2023
428 stars

Apache StreamPipes Maven Plugin

<plugin>
    <groupId>org.apache.streampipes</groupId>
    <artifactId>streampipes-maven-plugin</artifactId>
    <version>0.92.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.streampipes : streampipes-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.92.0

All Versions

Choose a version of org.apache.streampipes : streampipes-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.92.x
streampipes-maven-plugin-0.92.0
0.91.x
streampipes-maven-plugin-0.91.0
0.90.x
streampipes-maven-plugin-0.90.0
0.70.x
streampipes-maven-plugin-0.70.0
0.69.x
streampipes-maven-plugin-0.69.0
0.68.x
streampipes-maven-plugin-0.68.0
0.67.x
streampipes-maven-plugin-0.67.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.streampipes</groupId>
    <artifactId>streampipes-maven-plugin</artifactId>
    <version>0.92.0</version>
</plugin>