is not current version
Last Version 1.0.0

com.google.code.jscep:jscep-api 0.20.7

Java implementation of the Simple Certificate Enrollment Protocol

GroupId

GroupId

com.google.code.jscep
ArtifactId

ArtifactId

jscep-api
Version

Version

0.20.7
Type

Type

jar

Download jscep-api 0.20.7


<!-- https://jarcasting.com/artifacts/com.google.code.jscep/jscep-api/ -->
<dependency>
    <groupId>com.google.code.jscep</groupId>
    <artifactId>jscep-api</artifactId>
    <version>0.20.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep-api/
implementation 'com.google.code.jscep:jscep-api:0.20.7'
// https://jarcasting.com/artifacts/com.google.code.jscep/jscep-api/
implementation ("com.google.code.jscep:jscep-api:0.20.7")
'com.google.code.jscep:jscep-api:jar:0.20.7'
<dependency org="com.google.code.jscep" name="jscep-api" rev="0.20.7">
  <artifact name="jscep-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.jscep', module='jscep-api', version='0.20.7')
)
libraryDependencies += "com.google.code.jscep" % "jscep-api" % "0.20.7"
[com.google.code.jscep/jscep-api "0.20.7"]