MVN

org.simplericity.jettyconsole : jetty-console-creator

Maven & Gradle

Oct 13, 2018
2 usages
19 stars

Jetty-Console Creator

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

Latest Version

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

  • Latest Stable: 1.61

All Versions

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

Version Vulnerabilities Updated
1.61
jetty-console-creator-1.61
1.60
jetty-console-creator-1.60
1.59
jetty-console-creator-1.59
1.58
jetty-console-creator-1.58
1.57
jetty-console-creator-1.57
1.56
jetty-console-creator-1.56
1.55
jetty-console-creator-1.55
1.54
jetty-console-creator-1.54
1.53
jetty-console-creator-1.53
1.52
jetty-console-creator-1.52
1.51
jetty-console-creator-1.51
1.50
jetty-console-creator-1.50
1.49
jetty-console-creator-1.49
1.48
jetty-console-creator-1.48
1.47
jetty-console-creator-1.47
1.45
jetty-console-creator-1.45
1.44
jetty-console-creator-1.44
1.43
jetty-console-creator-1.43
1.42
jetty-console-creator-1.42

How to add a dependency to Maven

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

<dependency>
    <groupId>org.simplericity.jettyconsole</groupId>
    <artifactId>jetty-console-creator</artifactId>
    <version>1.61</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.simplericity.jettyconsole:jetty-console-creator:1.61'

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

implementation("org.simplericity.jettyconsole:jetty-console-creator:1.61")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.simplericity.jettyconsole" % "jetty-console-creator" % "1.61"