Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.codehaus.mojo.jspc |
ArtifactId | ArtifactIdjspc-compiler-api |
Last Version | Last Version2.0-alpha-3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSPC Compiler API
Interface for pluggable JSP compilation.
|
Project Organization |
Project OrganizationCodehaus |
<!-- 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-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-api/
implementation 'org.codehaus.mojo.jspc:jspc-compiler-api:2.0-alpha-3'
// https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-api/
implementation ("org.codehaus.mojo.jspc:jspc-compiler-api:2.0-alpha-3")
'org.codehaus.mojo.jspc:jspc-compiler-api:jar:2.0-alpha-3'
<dependency org="org.codehaus.mojo.jspc" name="jspc-compiler-api" rev="2.0-alpha-3">
<artifact name="jspc-compiler-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.jspc', module='jspc-compiler-api', version='2.0-alpha-3')
)
libraryDependencies += "org.codehaus.mojo.jspc" % "jspc-compiler-api" % "2.0-alpha-3"
[org.codehaus.mojo.jspc/jspc-compiler-api "2.0-alpha-3"]