MVN

vip.justlive : oxygen-web-jetty

Maven & Gradle

Jan 12, 2023

oxygen-web-jetty · jetty support of light framework

<dependency>
    <groupId>vip.justlive</groupId>
    <artifactId>oxygen-web-jetty</artifactId>
    <version>3.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vip.justlive : oxygen-web-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.8

All Versions

Choose a version of vip.justlive : oxygen-web-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
oxygen-web-jetty-3.0.8
oxygen-web-jetty-3.0.7.2
oxygen-web-jetty-3.0.7.1
oxygen-web-jetty-3.0.7.0
oxygen-web-jetty-3.0.7
oxygen-web-jetty-3.0.6.0
oxygen-web-jetty-3.0.6
oxygen-web-jetty-3.0.5
oxygen-web-jetty-3.0.4
oxygen-web-jetty-3.0.3
oxygen-web-jetty-3.0.2
oxygen-web-jetty-3.0.1
oxygen-web-jetty-3.0.0
2.1.x
oxygen-web-jetty-2.1.13.0
oxygen-web-jetty-2.1.13
oxygen-web-jetty-2.1.12
oxygen-web-jetty-2.1.11
oxygen-web-jetty-2.1.10
oxygen-web-jetty-2.1.9
oxygen-web-jetty-2.1.8
oxygen-web-jetty-2.1.7
oxygen-web-jetty-2.1.6
oxygen-web-jetty-2.1.5
oxygen-web-jetty-2.1.4
oxygen-web-jetty-2.1.3.0
oxygen-web-jetty-2.1.3
oxygen-web-jetty-2.1.2
oxygen-web-jetty-2.1.1
oxygen-web-jetty-2.1.0
2.0.x
oxygen-web-jetty-2.0.7
oxygen-web-jetty-2.0.6
oxygen-web-jetty-2.0.5
oxygen-web-jetty-2.0.4
oxygen-web-jetty-2.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>vip.justlive</groupId>
    <artifactId>oxygen-web-jetty</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vip.justlive : oxygen-web-jetty gradle dependency to your build.gradle file:

implementation 'vip.justlive:oxygen-web-jetty:3.0.8'

Gradle Kotlin DSL: Add the following vip.justlive : oxygen-web-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("vip.justlive:oxygen-web-jetty:3.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following vip.justlive : oxygen-web-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "vip.justlive" % "oxygen-web-jetty" % "3.0.8"

Advertisement