<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-version-maven-plugin</artifactId>
<version>2.6</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-version-maven-plugin" % "2.6"
@Grapes(
@Grab(group='org.eclipse.jetty.toolchain', module='jetty-version-maven-plugin', version='2.6')
)
<dependency org="org.eclipse.jetty.toolchain" name="jetty-version-maven-plugin" rev="2.6" />
compile
|-- org.apache.maven:maven-plugin-api:2.2.1
|-- org.apache.maven:maven-project:2.2.1
|-- org.apache.commons:commons-lang3:3.0.1
|-- org.kohsuke:github-api:1.99
|-- com.squareup.okio:okio:2.4.1
|-- com.squareup.okhttp3:okhttp:3.12.3
|-- com.squareup.okhttp3:okhttp-urlconnection:3.12.3
|-- com.squareup.okhttp:okhttp-urlconnection:2.7.5
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.4
test