MVN

com.ea.async : ea-async-maven-plugin

Maven & Gradle

May 29, 2019
1.2k stars

EA Async-Await Maven Plugin · Pre instruments class files to work with the async-await paradigm

<plugin>
    <groupId>com.ea.async</groupId>
    <artifactId>ea-async-maven-plugin</artifactId>
    <version>1.2.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ea.async : ea-async-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.ea.async : ea-async-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
ea-async-maven-plugin-1.2.3
ea-async-maven-plugin-1.2.2
ea-async-maven-plugin-1.2.1
ea-async-maven-plugin-1.2.0
1.1.x
ea-async-maven-plugin-1.1.1
ea-async-maven-plugin-1.1.0
1.0.x
ea-async-maven-plugin-1.0.6
ea-async-maven-plugin-1.0.5
ea-async-maven-plugin-1.0.4
ea-async-maven-plugin-1.0.3
ea-async-maven-plugin-1.0.2
ea-async-maven-plugin-1.0.1
ea-async-maven-plugin-1.0.0
0.9.x
ea-async-maven-plugin-0.9.1
ea-async-maven-plugin-0.9.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>com.ea.async</groupId>
    <artifactId>ea-async-maven-plugin</artifactId>
    <version>1.2.3</version>
</plugin>

Advertisement