MVN

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

Maven & Gradle

Nov 18, 2013
1 usages

Jetty Console AJP Plugin

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

Latest Version

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

  • Latest Stable: 1.53

All Versions

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

Version Vulnerabilities Updated
1.53
jetty-console-ajp-plugin-1.53
1.52
jetty-console-ajp-plugin-1.52
1.51
jetty-console-ajp-plugin-1.51
1.50
jetty-console-ajp-plugin-1.50
1.49
jetty-console-ajp-plugin-1.49
1.48
jetty-console-ajp-plugin-1.48
1.47
jetty-console-ajp-plugin-1.47
1.45
jetty-console-ajp-plugin-1.45
1.44
jetty-console-ajp-plugin-1.44
1.43
jetty-console-ajp-plugin-1.43
1.42
jetty-console-ajp-plugin-1.42

How to add a dependency to Maven

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

<dependency>
    <groupId>org.simplericity.jettyconsole</groupId>
    <artifactId>jetty-console-ajp-plugin</artifactId>
    <version>1.53</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.simplericity.jettyconsole:jetty-console-ajp-plugin:1.53'

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

implementation("org.simplericity.jettyconsole:jetty-console-ajp-plugin:1.53")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.simplericity.jettyconsole" % "jetty-console-ajp-plugin" % "1.53"