| License | License | 
|---|---|
| Categories | CategoriesJetty Container Application Servers CLI User Interface | 
| GroupId | GroupIdorg.eclipse.jetty | 
| ArtifactId | ArtifactIdjetty-plugins | 
| Last Version | Last Version9.0.0.M3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJetty :: Plugin Support The jetty plugin artifact. | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationMort Bay Consulting | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-plugins/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-plugins</artifactId>
    <version>9.0.0.M3</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-plugins/
implementation 'org.eclipse.jetty:jetty-plugins:9.0.0.M3'// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-plugins/
implementation ("org.eclipse.jetty:jetty-plugins:9.0.0.M3")'org.eclipse.jetty:jetty-plugins:jar:9.0.0.M3'<dependency org="org.eclipse.jetty" name="jetty-plugins" rev="9.0.0.M3">
  <artifact name="jetty-plugins" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-plugins', version='9.0.0.M3')
)libraryDependencies += "org.eclipse.jetty" % "jetty-plugins" % "9.0.0.M3"[org.eclipse.jetty/jetty-plugins "9.0.0.M3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 2.0 | 
| org.mockito : mockito-core | jar | 1.8.5 |