j

jetty-ee8-jspc-maven-plugin

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