is not current version
Last Version 1.0.0

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

Java implementation of the Simple Certificate Enrollment Protocol

Categories

Categories

CLI User Interface
GroupId

GroupId

com.google.code.jscep
ArtifactId

ArtifactId

jscep-client
Version

Version

0.20.7
Type

Type

jar

Download jscep-client 0.20.7


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