Jar examples for c:common-keystore
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.
Eclipse Public License - v 1.0
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'
Click the following link to download the jar file.
common-keystore-2.0.0-javadoc.jar