j

jetty-modify-sources-maven-plugin

Maven Plugin used for Jetty 12 to transform sources and resources using jakarta namespace to EE8 javax namespace
https://github.com/jetty-project/${project.artifactId}
Eclipse Public License - Version 1.0 Apache Software License - Version 2.0
Mort Bay Consulting
Olivier Lamy
文件下载
文件名 操作
jetty-modify-sources-maven-plugin-1.0.2.jar 下载
jetty-modify-sources-maven-plugin-1.0.2.pom 下载
jetty-modify-sources-maven-plugin-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.toolchain</groupId>
  <artifactId>jetty-modify-sources-maven-plugin</artifactId>
  <version>1.0.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.toolchain:jetty-modify-sources-maven-plugin:1.0.2'
Gradle Kotlin
implementation("org.eclipse.jetty.toolchain:jetty-modify-sources-maven-plugin:1.0.2")
Scala SBT
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-modify-sources-maven-plugin" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.toolchain', module='jetty-modify-sources-maven-plugin', version='1.0.2')
)
Apache Ivy
<dependency org="org.eclipse.jetty.toolchain" name="jetty-modify-sources-maven-plugin" rev="1.0.2" />
Leiningen
[org.eclipse.jetty.toolchain/jetty-modify-sources-maven-plugin "1.0.2"]
Apache Buildr
'org.eclipse.jetty.toolchain:jetty-modify-sources-maven-plugin:jar:1.0.2'