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