MVN

org.smallmind : web-jetty

Maven & Gradle

Jun 18, 2023
9 stars

Web-Jetty · Jetty Bootstrapping

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>web-jetty</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.smallmind : web-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.smallmind : web-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
web-jetty-5.1.0
4.11.x
web-jetty-4.11.1
web-jetty-4.11.0
4.10.x
web-jetty-4.10.0
4.9.x
web-jetty-4.9.0
4.8.x
web-jetty-4.8.5
web-jetty-4.8.4
web-jetty-4.8.3
web-jetty-4.8.2
web-jetty-4.8.1
web-jetty-4.8.0
4.7.x
web-jetty-4.7.1
web-jetty-4.7.0
4.6.x
web-jetty-4.6.0
4.5.x
web-jetty-4.5.0
4.4.x
web-jetty-4.4.11
web-jetty-4.4.10
web-jetty-4.4.9
web-jetty-4.4.8
web-jetty-4.4.7
web-jetty-4.4.6
web-jetty-4.4.5
web-jetty-4.4.4
web-jetty-4.4.3
web-jetty-4.4.2
web-jetty-4.4.1
4.3.x
web-jetty-4.3.0
4.2.x
web-jetty-4.2.0
4.1.x
web-jetty-4.1.0
4.0.x
web-jetty-4.0.0
3.6.x
web-jetty-3.6.0
3.5.x
web-jetty-3.5.1
web-jetty-3.5.0
3.3.x
web-jetty-3.3.25
web-jetty-3.3.24
web-jetty-3.3.23
web-jetty-3.3.22
web-jetty-3.3.21

How to add a dependency to Maven

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

<dependency>
    <groupId>org.smallmind</groupId>
    <artifactId>web-jetty</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.smallmind : web-jetty gradle dependency to your build.gradle file:

implementation 'org.smallmind:web-jetty:5.1.0'

Gradle Kotlin DSL: Add the following org.smallmind : web-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.smallmind:web-jetty:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.smallmind : web-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.smallmind" % "web-jetty" % "5.1.0"

Advertisement