MVN

de.gwasch.code.escframework : escifgen

Maven & Gradle

Oct 12, 2023

escifgen · Maven plugin to generate interfaces for the ESC component framework

<plugin>
    <groupId>de.gwasch.code.escframework</groupId>
    <artifactId>escifgen</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gwasch.code.escframework : escifgen to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of de.gwasch.code.escframework : escifgen to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
escifgen-0.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>de.gwasch.code.escframework</groupId>
    <artifactId>escifgen</artifactId>
    <version>0.0.1</version>
</plugin>