is not current version
Last Version 1.3

com.google.code.jscep:client 1.1.4

Java implementation of the Simple Certificate Enrollment Protocol

Categories

Categories

CLI User Interface
GroupId

GroupId

com.google.code.jscep
ArtifactId

ArtifactId

client
Version

Version

1.1.4
Type

Type

jar

Download client 1.1.4


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