<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-version-maven-plugin</artifactId>
<version>2.7</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "org.eclipse.jetty.toolchain" % "jetty-version-maven-plugin" % "2.7"
@Grapes(
@Grab(group='org.eclipse.jetty.toolchain', module='jetty-version-maven-plugin', version='2.7')
)
<dependency org="org.eclipse.jetty.toolchain" name="jetty-version-maven-plugin" rev="2.7" />
compile
|-- org.apache.maven:maven-plugin-api:3.6.3
|-- org.apache.maven:maven-project:2.2.1
|-- org.apache.commons:commons-lang3:3.11
|-- org.apache.commons:commons-text:1.9
|-- org.kohsuke:github-api:1.116
|-- com.squareup.okio:okio:2.9.0
|-- com.squareup.okhttp3:okhttp:4.9.0
|-- com.squareup.okhttp3:okhttp-urlconnection:4.9.0
|-- com.squareup.okhttp:okhttp-urlconnection:2.7.5
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0
test