MVN

org.simplericity.jettyconsole : jetty-console-spdy-plugin

Maven & Gradle

Mar 02, 2015

Jetty Console SPDY Plugin

<dependency>
    <groupId>org.simplericity.jettyconsole</groupId>
    <artifactId>jetty-console-spdy-plugin</artifactId>
    <version>1.57</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.simplericity.jettyconsole : jetty-console-spdy-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.57

All Versions

Choose a version of org.simplericity.jettyconsole : jetty-console-spdy-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.57
jetty-console-spdy-plugin-1.57
1.56
jetty-console-spdy-plugin-1.56
1.55
jetty-console-spdy-plugin-1.55
1.54
jetty-console-spdy-plugin-1.54
1.53
jetty-console-spdy-plugin-1.53
1.52
jetty-console-spdy-plugin-1.52

How to add a dependency to Maven

Add the following org.simplericity.jettyconsole : jetty-console-spdy-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.simplericity.jettyconsole</groupId>
    <artifactId>jetty-console-spdy-plugin</artifactId>
    <version>1.57</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.simplericity.jettyconsole : jetty-console-spdy-plugin gradle dependency to your build.gradle file:

implementation 'org.simplericity.jettyconsole:jetty-console-spdy-plugin:1.57'

Gradle Kotlin DSL: Add the following org.simplericity.jettyconsole : jetty-console-spdy-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.simplericity.jettyconsole:jetty-console-spdy-plugin:1.57")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.simplericity.jettyconsole : jetty-console-spdy-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.simplericity.jettyconsole" % "jetty-console-spdy-plugin" % "1.57"