y

ymate-module-embed-tomcat

YMP Embedded Tomcat.
https://www.ymate.net/
Files download
File Operation
ymate-module-embed-tomcat-1.0.3.jar download
ymate-module-embed-tomcat-1.0.3.pom download
ymate-module-embed-tomcat-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.ymate.module</groupId>
  <artifactId>ymate-module-embed-tomcat</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'net.ymate.module:ymate-module-embed-tomcat:1.0.3'
Gradle Kotlin
implementation("net.ymate.module:ymate-module-embed-tomcat:1.0.3")
Scala SBT
libraryDependencies += "net.ymate.module" % "ymate-module-embed-tomcat" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.ymate.module', module='ymate-module-embed-tomcat', version='1.0.3')
)
Apache Ivy
<dependency org="net.ymate.module" name="ymate-module-embed-tomcat" rev="1.0.3" />
Leiningen
[net.ymate.module/ymate-module-embed-tomcat "1.0.3"]
Apache Buildr
'net.ymate.module:ymate-module-embed-tomcat:jar:1.0.3'