MVN

com.github.crab2died : maven-asm-plugin

Maven & Gradle

Sep 26, 2023
0 stars

maven-asm-plugin · maven plugin for the ASM code compile

<plugin>
    <groupId>com.github.crab2died</groupId>
    <artifactId>maven-asm-plugin</artifactId>
    <version>1.0.0-Alpha</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.crab2died : maven-asm-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-Alpha
  • Latest Alpha: 1.0.0-Alpha

All Versions

Choose a version of com.github.crab2died : maven-asm-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-asm-plugin-1.0.0-Alpha

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.github.crab2died</groupId>
    <artifactId>maven-asm-plugin</artifactId>
    <version>1.0.0-Alpha</version>
</plugin>