j

jetty-version-maven-plugin

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