License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.dell.cpsd |
ArtifactId | ArtifactIdcommon-keystore |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-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.
|
Filename | Size |
---|---|
common-keystore-2.0.0.pom | |
common-keystore-2.0.0.jar | 26 KB |
common-keystore-2.0.0-sources.jar | 25 KB |
common-keystore-2.0.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dell.cpsd/common-keystore/ -->
<dependency>
<groupId>com.dell.cpsd</groupId>
<artifactId>common-keystore</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dell.cpsd/common-keystore/
implementation 'com.dell.cpsd:common-keystore:2.0.0'
// https://jarcasting.com/artifacts/com.dell.cpsd/common-keystore/
implementation ("com.dell.cpsd:common-keystore:2.0.0")
'com.dell.cpsd:common-keystore:jar:2.0.0'
<dependency org="com.dell.cpsd" name="common-keystore" rev="2.0.0">
<artifact name="common-keystore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dell.cpsd', module='common-keystore', version='2.0.0')
)
libraryDependencies += "com.dell.cpsd" % "common-keystore" % "2.0.0"
[com.dell.cpsd/common-keystore "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.3.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 4.3.8.RELEASE |