o

oxygen-web-jetty

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