MVN

cc.kkon : tomcat-embed-gmssl

Maven & Gradle

Jan 04, 2023
1 stars

tomcat-embed-gmssl · 支持国密 HTTPS 的嵌入式 Tomcat 容器。

<dependency>
    <groupId>cc.kkon</groupId>
    <artifactId>tomcat-embed-gmssl</artifactId>
    <version>9.0.63.x.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.kkon : tomcat-embed-gmssl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.63.x.2

All Versions

Choose a version of cc.kkon : tomcat-embed-gmssl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
tomcat-embed-gmssl-9.0.63.x.2
tomcat-embed-gmssl-9.0.63.x.1
tomcat-embed-gmssl-9.0.63.x

How to add a dependency to Maven

Add the following cc.kkon : tomcat-embed-gmssl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.kkon</groupId>
    <artifactId>tomcat-embed-gmssl</artifactId>
    <version>9.0.63.x.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.kkon : tomcat-embed-gmssl gradle dependency to your build.gradle file:

implementation 'cc.kkon:tomcat-embed-gmssl:9.0.63.x.2'

Gradle Kotlin DSL: Add the following cc.kkon : tomcat-embed-gmssl gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.kkon:tomcat-embed-gmssl:9.0.63.x.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.kkon : tomcat-embed-gmssl sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.kkon" % "tomcat-embed-gmssl" % "9.0.63.x.2"

Advertisement