| License | License | 
|---|---|
| Categories | CategoriesJetty Container Application Servers | 
| GroupId | GroupIdorg.fcrepo | 
| ArtifactId | ArtifactIdjetty-console-gzip-plugin | 
| Last Version | Last Version1.64 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJetty Console GZIP Plugin Creates runnable wars by embedding Jetty into the WAR | 
<!-- https://jarcasting.com/artifacts/org.fcrepo/jetty-console-gzip-plugin/ -->
<dependency>
    <groupId>org.fcrepo</groupId>
    <artifactId>jetty-console-gzip-plugin</artifactId>
    <version>1.64</version>
</dependency>// https://jarcasting.com/artifacts/org.fcrepo/jetty-console-gzip-plugin/
implementation 'org.fcrepo:jetty-console-gzip-plugin:1.64'// https://jarcasting.com/artifacts/org.fcrepo/jetty-console-gzip-plugin/
implementation ("org.fcrepo:jetty-console-gzip-plugin:1.64")'org.fcrepo:jetty-console-gzip-plugin:jar:1.64'<dependency org="org.fcrepo" name="jetty-console-gzip-plugin" rev="1.64">
  <artifact name="jetty-console-gzip-plugin" type="jar" />
</dependency>@Grapes(
@Grab(group='org.fcrepo', module='jetty-console-gzip-plugin', version='1.64')
)libraryDependencies += "org.fcrepo" % "jetty-console-gzip-plugin" % "1.64"[org.fcrepo/jetty-console-gzip-plugin "1.64"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jetty : jetty-servlets | jar | 9.4.44.v20210927 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.fcrepo : jetty-console-api | jar | 1.64 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |