MVN

com.theoryinpractise : coffee-maven-plugin

Maven & Gradle

Apr 14, 2023
63 stars

Coffeescript Maven Plugin · A Maven 2.0 plugin for compiling coffeescript into javascript

<plugin>
    <groupId>com.theoryinpractise</groupId>
    <artifactId>coffee-maven-plugin</artifactId>
    <version>1.4.18</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.theoryinpractise : coffee-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.18

All Versions

Choose a version of com.theoryinpractise : coffee-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
coffee-maven-plugin-1.4.18
coffee-maven-plugin-1.4.17
coffee-maven-plugin-1.4.16
coffee-maven-plugin-1.4.15
coffee-maven-plugin-1.4.14
coffee-maven-plugin-1.4.13
coffee-maven-plugin-1.4.12
coffee-maven-plugin-1.4.11
coffee-maven-plugin-1.4.10
coffee-maven-plugin-1.4.9
coffee-maven-plugin-1.4.8
coffee-maven-plugin-1.4.7
coffee-maven-plugin-1.4.6
coffee-maven-plugin-1.4.5
coffee-maven-plugin-1.4.4
coffee-maven-plugin-1.4.3
coffee-maven-plugin-1.4.2
coffee-maven-plugin-1.4.1
coffee-maven-plugin-1.4.0
1.1.x
coffee-maven-plugin-1.1.3
coffee-maven-plugin-1.1.2
coffee-maven-plugin-1.1.1
coffee-maven-plugin-1.1.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.theoryinpractise</groupId>
    <artifactId>coffee-maven-plugin</artifactId>
    <version>1.4.18</version>
</plugin>

Advertisement