o

oxygen-web-tomcat

tomcat support of light framework
http://www.justlive.vip
Files download
File Operation
oxygen-web-tomcat-3.0.8.jar download
oxygen-web-tomcat-3.0.8.pom download
oxygen-web-tomcat-3.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>vip.justlive</groupId>
  <artifactId>oxygen-web-tomcat</artifactId>
  <version>3.0.8</version>
</dependency>
Gradle Groovy
implementation 'vip.justlive:oxygen-web-tomcat:3.0.8'
Gradle Kotlin
implementation("vip.justlive:oxygen-web-tomcat:3.0.8")
Scala SBT
libraryDependencies += "vip.justlive" % "oxygen-web-tomcat" % "3.0.8"
Groovy Grape
@Grapes(
  @Grab(group='vip.justlive', module='oxygen-web-tomcat', version='3.0.8')
)
Apache Ivy
<dependency org="vip.justlive" name="oxygen-web-tomcat" rev="3.0.8" />
Leiningen
[vip.justlive/oxygen-web-tomcat "3.0.8"]
Apache Buildr
'vip.justlive:oxygen-web-tomcat:jar:3.0.8'