MVN

com.github.luanhaipeng : jettyboot

Maven & Gradle

Aug 30, 2018
1 stars

jettyboot · jetty boot Library, simple mvc and data ORM framework

<dependency>
    <groupId>com.github.luanhaipeng</groupId>
    <artifactId>jettyboot</artifactId>
    <version>1.0.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.luanhaipeng : jettyboot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.50

All Versions

Choose a version of com.github.luanhaipeng : jettyboot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jettyboot-1.0.50
jettyboot-1.0.16
jettyboot-1.0.14
jettyboot-1.0.13
jettyboot-1.0.12
jettyboot-1.0.11
jettyboot-1.0.10
jettyboot-1.0.8
jettyboot-1.0.6
jettyboot-1.0.5

How to add a dependency to Maven

Add the following com.github.luanhaipeng : jettyboot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.luanhaipeng</groupId>
    <artifactId>jettyboot</artifactId>
    <version>1.0.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.luanhaipeng : jettyboot gradle dependency to your build.gradle file:

implementation 'com.github.luanhaipeng:jettyboot:1.0.50'

Gradle Kotlin DSL: Add the following com.github.luanhaipeng : jettyboot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.luanhaipeng:jettyboot:1.0.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.luanhaipeng : jettyboot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.luanhaipeng" % "jettyboot" % "1.0.50"