is not current version
Last Version 2.5.4

com.google.code.jscep:jscep 1.1.3

Java implementation of the Simple Certificate Enrollment Protocol

GroupId

GroupId

com.google.code.jscep
ArtifactId

ArtifactId

jscep
Version

Version

1.1.3
Type

Type

pom

Download jscep 1.1.3

Filename Size
jscep-1.1.3.pom 4 KB
Browse

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