j

jetty-version-maven-plugin

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