| Categories | CategoriesJetty Container Application Servers Maven Build Tools | 
|---|---|
| GroupId | GroupIdjetty | 
| ArtifactId | ArtifactIdmaven-plugin-utils | 
| Last Version | Last Version6.0.0rc0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| maven-plugin-utils-6.0.0rc0.pom | |
| maven-plugin-utils-6.0.0rc0.jar | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jetty/maven-plugin-utils/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>maven-plugin-utils</artifactId>
    <version>6.0.0rc0</version>
</dependency>// https://jarcasting.com/artifacts/jetty/maven-plugin-utils/
implementation 'jetty:maven-plugin-utils:6.0.0rc0'// https://jarcasting.com/artifacts/jetty/maven-plugin-utils/
implementation ("jetty:maven-plugin-utils:6.0.0rc0")'jetty:maven-plugin-utils:jar:6.0.0rc0'<dependency org="jetty" name="maven-plugin-utils" rev="6.0.0rc0">
  <artifact name="maven-plugin-utils" type="jar" />
</dependency>@Grapes(
@Grab(group='jetty', module='maven-plugin-utils', version='6.0.0rc0')
)libraryDependencies += "jetty" % "maven-plugin-utils" % "6.0.0rc0"[jetty/maven-plugin-utils "6.0.0rc0"]