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