Jar examples for j:jscep
Java implementation of the Simple Certificate Enrollment Protocol
You can download jar file jscep 2.5.0 in this page.
MIT License
You can use the following script to add jscep-2.5.0.jar to your project.
<dependency> <groupId>com.google.code.jscep</groupId> <artifactId>jscep</artifactId> <version>2.5.0</version> </dependency>
compile group: 'com.google.code.jscep', name: 'jscep', version: '2.5.0'
libraryDependencies += "com.google.code.jscep" % "jscep" % "2.5.0"
<dependency org="com.google.code.jscep" name="jscep" rev="2.5.0"/>
@Grapes(@Grab(group='com.google.code.jscep', module='jscep', version='2.5.0'))
'com.google.code.jscep:jscep:jar:2.5.0'
Click the following link to download the jar file.
jscep-2.5.0-javadoc.jar