Categories |
CategoriesTomcat Container Application Servers Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.codehaus.mojo.jspc |
ArtifactId | ArtifactIdjspc-compiler-tomcat5 |
Version | Version2.0-alpha-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-tomcat5/ -->
<dependency>
<groupId>org.codehaus.mojo.jspc</groupId>
<artifactId>jspc-compiler-tomcat5</artifactId>
<version>2.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-tomcat5/
implementation 'org.codehaus.mojo.jspc:jspc-compiler-tomcat5:2.0-alpha-1'
// https://jarcasting.com/artifacts/org.codehaus.mojo.jspc/jspc-compiler-tomcat5/
implementation ("org.codehaus.mojo.jspc:jspc-compiler-tomcat5:2.0-alpha-1")
'org.codehaus.mojo.jspc:jspc-compiler-tomcat5:jar:2.0-alpha-1'
<dependency org="org.codehaus.mojo.jspc" name="jspc-compiler-tomcat5" rev="2.0-alpha-1">
<artifact name="jspc-compiler-tomcat5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.jspc', module='jspc-compiler-tomcat5', version='2.0-alpha-1')
)
libraryDependencies += "org.codehaus.mojo.jspc" % "jspc-compiler-tomcat5" % "2.0-alpha-1"
[org.codehaus.mojo.jspc/jspc-compiler-tomcat5 "2.0-alpha-1"]