MVN

org.apichart.common : spring-certificate-starter

Maven & Gradle

Jan 08, 2024

spring-certificate-starter · project for Spring Boot, to provide a reference for ensuring the stability of the system!

<dependency>
    <groupId>org.apichart.common</groupId>
    <artifactId>spring-certificate-starter</artifactId>
    <version>2.3.10.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apichart.common : spring-certificate-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.10.RELEASE

All Versions

Choose a version of org.apichart.common : spring-certificate-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
spring-certificate-starter-2.3.10.RELEASE
spring-certificate-starter-2.3.9.RELEASE

How to add a dependency to Maven

Add the following org.apichart.common : spring-certificate-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apichart.common</groupId>
    <artifactId>spring-certificate-starter</artifactId>
    <version>2.3.10.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apichart.common : spring-certificate-starter gradle dependency to your build.gradle file:

implementation 'org.apichart.common:spring-certificate-starter:2.3.10.RELEASE'

Gradle Kotlin DSL: Add the following org.apichart.common : spring-certificate-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apichart.common:spring-certificate-starter:2.3.10.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apichart.common : spring-certificate-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apichart.common" % "spring-certificate-starter" % "2.3.10.RELEASE"