is not current version
Last Version 1.0.0

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

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.6
Type

Type

jar

Download jscep-client 0.20.6


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