j

jetty-ee9-jspc-maven-plugin

文件下载
文件名 操作
jetty-ee9-jspc-maven-plugin-12.0.10.jar 下载
jetty-ee9-jspc-maven-plugin-12.0.10.pom 下载
jetty-ee9-jspc-maven-plugin-12.0.10-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.ee9</groupId>
  <artifactId>jetty-ee9-jspc-maven-plugin</artifactId>
  <version>12.0.10</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.ee9:jetty-ee9-jspc-maven-plugin:12.0.10'
Gradle Kotlin
implementation("org.eclipse.jetty.ee9:jetty-ee9-jspc-maven-plugin:12.0.10")
Scala SBT
libraryDependencies += "org.eclipse.jetty.ee9" % "jetty-ee9-jspc-maven-plugin" % "12.0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.ee9', module='jetty-ee9-jspc-maven-plugin', version='12.0.10')
)
Apache Ivy
<dependency org="org.eclipse.jetty.ee9" name="jetty-ee9-jspc-maven-plugin" rev="12.0.10" />
Leiningen
[org.eclipse.jetty.ee9/jetty-ee9-jspc-maven-plugin "12.0.10"]
Apache Buildr
'org.eclipse.jetty.ee9:jetty-ee9-jspc-maven-plugin:jar:12.0.10'