j

jspc-compiler-tomcat5

Files download
File Operation
jspc-compiler-tomcat5-2.0.2.jar download
jspc-compiler-tomcat5-2.0.2.pom download
jspc-compiler-tomcat5-2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jasig.mojo.jspc</groupId>
  <artifactId>jspc-compiler-tomcat5</artifactId>
  <version>2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.jasig.mojo.jspc:jspc-compiler-tomcat5:2.0.2'
Gradle Kotlin
implementation("org.jasig.mojo.jspc:jspc-compiler-tomcat5:2.0.2")
Scala SBT
libraryDependencies += "org.jasig.mojo.jspc" % "jspc-compiler-tomcat5" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jasig.mojo.jspc', module='jspc-compiler-tomcat5', version='2.0.2')
)
Apache Ivy
<dependency org="org.jasig.mojo.jspc" name="jspc-compiler-tomcat5" rev="2.0.2" />
Leiningen
[org.jasig.mojo.jspc/jspc-compiler-tomcat5 "2.0.2"]
Apache Buildr
'org.jasig.mojo.jspc:jspc-compiler-tomcat5:jar:2.0.2'