MVN

org.codehaus.mojo.jspc : jspc

Maven & Gradle

Sep 19, 2008

JSPC Maven Support · Provides support for JSP compilation.

<dependency>
    <groupId>org.codehaus.mojo.jspc</groupId>
    <artifactId>jspc</artifactId>
    <version>2.0-alpha-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo.jspc : jspc to add to Maven - Latest Versions:

  • Latest Stable: 2.0-alpha-3
  • Latest Alpha: 2.0-alpha-3

All Versions

Choose a version of org.codehaus.mojo.jspc : jspc to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
jspc-2.0-alpha-3
jspc-2.0-alpha-2
jspc-2.0-alpha-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codehaus.mojo.jspc</groupId>
    <artifactId>jspc</artifactId>
    <version>2.0-alpha-3</version>
</dependency>