t

tomcat-embed-gmssl

支持国密 HTTPS 的嵌入式 Tomcat 容器。
https://github.com/renchangjiu/tomcat-embed-gmssl
MIT License
yui
Files download
File Operation
tomcat-embed-gmssl-9.0.63.x.6.jar download
tomcat-embed-gmssl-9.0.63.x.6.pom download
tomcat-embed-gmssl-9.0.63.x.6-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.kkon</groupId>
  <artifactId>tomcat-embed-gmssl</artifactId>
  <version>9.0.63.x.6</version>
</dependency>
Gradle Groovy
implementation 'cc.kkon:tomcat-embed-gmssl:9.0.63.x.6'
Gradle Kotlin
implementation("cc.kkon:tomcat-embed-gmssl:9.0.63.x.6")
Scala SBT
libraryDependencies += "cc.kkon" % "tomcat-embed-gmssl" % "9.0.63.x.6"
Groovy Grape
@Grapes(
  @Grab(group='cc.kkon', module='tomcat-embed-gmssl', version='9.0.63.x.6')
)
Apache Ivy
<dependency org="cc.kkon" name="tomcat-embed-gmssl" rev="9.0.63.x.6" />
Leiningen
[cc.kkon/tomcat-embed-gmssl "9.0.63.x.6"]
Apache Buildr
'cc.kkon:tomcat-embed-gmssl:jar:9.0.63.x.6'