is not current version
Last Version 2.0-alpha-3

org.codehaus.mojo.jspc:jspc-compiler-api 2.0-alpha-1

Interface for pluggable JSP compilation.

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.codehaus.mojo.jspc
ArtifactId

ArtifactId

jspc-compiler-api
Version

Version

2.0-alpha-1
Type

Type

jar

Download jspc-compiler-api 2.0-alpha-1


<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-api/ -->
<dependency>
    <groupId>org.codehaus.mojo.jspc</groupId>
    <artifactId>jspc-compiler-api</artifactId>
    <version>2.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-api/
implementation 'org.codehaus.mojo.jspc:jspc-compiler-api:2.0-alpha-1'
// https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-api/
implementation ("org.codehaus.mojo.jspc:jspc-compiler-api:2.0-alpha-1")
'org.codehaus.mojo.jspc:jspc-compiler-api:jar:2.0-alpha-1'
<dependency org="org.codehaus.mojo.jspc" name="jspc-compiler-api" rev="2.0-alpha-1">
  <artifact name="jspc-compiler-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.jspc', module='jspc-compiler-api', version='2.0-alpha-1')
)
libraryDependencies += "org.codehaus.mojo.jspc" % "jspc-compiler-api" % "2.0-alpha-1"
[org.codehaus.mojo.jspc/jspc-compiler-api "2.0-alpha-1"]