MVN

com.google.code.jscep : jscep

Maven & Gradle

Apr 13, 2023
12 usages
99 stars

jscep · Java implementation of the Simple Certificate Enrollment Protocol

<dependency>
    <groupId>com.google.code.jscep</groupId>
    <artifactId>jscep</artifactId>
    <version>2.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.jscep : jscep to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.6
  • Latest Release Candidate: 1.3.rc1
  • Latest Beta: 2.0-beta-2

All Versions

Choose a version of com.google.code.jscep : jscep to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
jscep-2.5.6
jscep-2.5.5
jscep-2.5.4
jscep-2.5.3
jscep-2.5.2
jscep-2.5.0
2.4.x
jscep-2.4.0
2.3.x
jscep-2.3.0
2.2.x
jscep-2.2.1
jscep-2.2.0
2.1.x
jscep-2.1.0
2.0.x
jscep-2.0.2
jscep-2.0.1
2.0
jscep-2.0
jscep-2.0-beta-2
jscep-2.0-beta-1
1.3.x
jscep-1.3.1
jscep-1.3.rc1
1.3
jscep-1.3
1.1.x
jscep-1.1.4
jscep-1.1.3
jscep-1.1.2
jscep-1.1.1
jscep-1.1.0
1.0.x
jscep-1.0.0
0.20.x
jscep-0.20.7
jscep-0.20.6

How to add a dependency to Maven

Add the following com.google.code.jscep : jscep maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.code.jscep</groupId>
    <artifactId>jscep</artifactId>
    <version>2.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.code.jscep : jscep gradle dependency to your build.gradle file:

implementation 'com.google.code.jscep:jscep:2.5.6'

Gradle Kotlin DSL: Add the following com.google.code.jscep : jscep gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.code.jscep:jscep:2.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.code.jscep : jscep sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.code.jscep" % "jscep" % "2.5.6"