o

oxygen-web-jetty

jetty support of light framework
http://www.justlive.vip
文件下载
文件名 操作
oxygen-web-jetty-3.0.2.jar 下载
oxygen-web-jetty-3.0.2.pom 下载
oxygen-web-jetty-3.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>vip.justlive</groupId>
  <artifactId>oxygen-web-jetty</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'vip.justlive:oxygen-web-jetty:3.0.2'
Gradle Kotlin
implementation("vip.justlive:oxygen-web-jetty:3.0.2")
Scala SBT
libraryDependencies += "vip.justlive" % "oxygen-web-jetty" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='vip.justlive', module='oxygen-web-jetty', version='3.0.2')
)
Apache Ivy
<dependency org="vip.justlive" name="oxygen-web-jetty" rev="3.0.2" />
Leiningen
[vip.justlive/oxygen-web-jetty "3.0.2"]
Apache Buildr
'vip.justlive:oxygen-web-jetty:jar:3.0.2'