MVN

org.dbflute.jetty : jetty-boot

Maven & Gradle

Aug 15, 2021
0 stars

Jetty Boot · boot library for web application by Jetty

<dependency>
    <groupId>org.dbflute.jetty</groupId>
    <artifactId>jetty-boot</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.1
  • Latest Release Candidate: 0.5.0-RC1

All Versions

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

Version Vulnerabilities Updated
0.5.x
jetty-boot-0.5.1
jetty-boot-0.5.0
jetty-boot-0.5.0-RC1
0.4.x
jetty-boot-0.4.9
jetty-boot-0.4.9-RC1
jetty-boot-0.4.8
jetty-boot-0.4.8-RC3
jetty-boot-0.4.8-RC2
jetty-boot-0.4.8-RC1
jetty-boot-0.4.7
jetty-boot-0.4.6
jetty-boot-0.4.5
jetty-boot-0.4.5-RC1
jetty-boot-0.4.4
jetty-boot-0.4.4-RC1
jetty-boot-0.4.3
jetty-boot-0.4.3-RC2
jetty-boot-0.4.3-RC1
jetty-boot-0.4.2
jetty-boot-0.4.1
jetty-boot-0.4.1-RC1
jetty-boot-0.4.0
jetty-boot-0.4.0-RC1
0.3.x
jetty-boot-0.3.7
jetty-boot-0.3.6
jetty-boot-0.3.6-RC1
jetty-boot-0.3.5
jetty-boot-0.3.4
jetty-boot-0.3.4-RC1
jetty-boot-0.3.3
jetty-boot-0.3.3-RC2
jetty-boot-0.3.3-RC1
jetty-boot-0.3.2
jetty-boot-0.3.1
jetty-boot-0.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.dbflute.jetty</groupId>
    <artifactId>jetty-boot</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.dbflute.jetty:jetty-boot:0.5.1'

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

implementation("org.dbflute.jetty:jetty-boot:0.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.dbflute.jetty" % "jetty-boot" % "0.5.1"

Advertisement