MVN

org.apache.batchee : batchee-maven-plugin

Maven & Gradle

Apr 17, 2023
1 usages

BatchEE :: Tools :: Maven Plugin

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

Latest Version

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

  • Latest Stable: 1.0.3

All Versions

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

Version Vulnerabilities Updated
1.0.x
batchee-maven-plugin-1.0.3
batchee-maven-plugin-1.0.2
batchee-maven-plugin-1.0.1
batchee-maven-plugin-1.0.0
0.6
batchee-maven-plugin-0.6
0.5
batchee-maven-plugin-0.5-incubating
0.4
batchee-maven-plugin-0.4-incubating
0.3
batchee-maven-plugin-0.3-incubating
0.2
batchee-maven-plugin-0.2-incubating
0.1
batchee-maven-plugin-0.1-incubating

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.batchee</groupId>
    <artifactId>batchee-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>

Advertisement