Download jscep-2.5.0.jar file - Jar j

Jar examples for j:jscep

Description

Java implementation of the Simple Certificate Enrollment Protocol

You can download jar file jscep 2.5.0 in this page.

License

MIT License

Build File

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'

Download

Click the following link to download the jar file.

jscep-2.5.0-javadoc.jar
jscep-2.5.0-sources.jar
jscep-2.5.0.jar
jscep-2.5.0.pom



Related Tutorials