Download common-keystore-2.0.0.jar file - Jar c

Jar examples for c:common-keystore

Description

This is the standard project for the common-keystore that can be used by multiple services to generate the key stores for storing certificate chains or keys.

You can download jar file common-keystore 2.0.0 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add common-keystore-2.0.0.jar to your project.

<dependency>
   <groupId>com.dell.cpsd</groupId>
   <artifactId>common-keystore</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.dell.cpsd', name: 'common-keystore', version: '2.0.0'
libraryDependencies += "com.dell.cpsd" % "common-keystore" % "2.0.0"
<dependency org="com.dell.cpsd" name="common-keystore" rev="2.0.0"/>
@Grapes(@Grab(group='com.dell.cpsd', module='common-keystore', version='2.0.0'))
'com.dell.cpsd:common-keystore:jar:2.0.0'

Download

Click the following link to download the jar file.

common-keystore-2.0.0-javadoc.jar
common-keystore-2.0.0-sources.jar
common-keystore-2.0.0.jar
common-keystore-2.0.0.pom



Related Tutorials