MVN

com.github.arvyy : kawa-maven-plugin

Maven & Gradle

Jun 21, 2022
11 stars

Kawa maven plugin · A plugin for integrating kawa scheme development with maven toolchain

<plugin>
    <groupId>com.github.arvyy</groupId>
    <artifactId>kawa-maven-plugin</artifactId>
    <version>0.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.8

All Versions

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

Version Vulnerabilities Updated
0.0.x
kawa-maven-plugin-0.0.8
kawa-maven-plugin-0.0.7
kawa-maven-plugin-0.0.6
kawa-maven-plugin-0.0.5
kawa-maven-plugin-0.0.4
kawa-maven-plugin-0.0.3
kawa-maven-plugin-0.0.2
kawa-maven-plugin-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>com.github.arvyy</groupId>
    <artifactId>kawa-maven-plugin</artifactId>
    <version>0.0.8</version>
</plugin>

Advertisement