| License |
License |
|---|---|
| Categories |
CategoriesKeY Data Data Formats Formal Verification |
| GroupId | GroupIdcom.github.publickey |
| ArtifactId | ArtifactIdpublic-key-store |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionJava PublicKeyStore Library
Light keystore implementation for managing and storing only PublicKeys in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| public-key-store-1.0.0.pom | |
| public-key-store-1.0.0.jar | 10 KB |
| public-key-store-1.0.0-sources.jar | 5 KB |
| public-key-store-1.0.0-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.publickey/public-key-store/ -->
<dependency>
<groupId>com.github.publickey</groupId>
<artifactId>public-key-store</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.publickey/public-key-store/
implementation 'com.github.publickey:public-key-store:1.0.0'
// https://jarcasting.com/artifacts/com.github.publickey/public-key-store/
implementation ("com.github.publickey:public-key-store:1.0.0")
'com.github.publickey:public-key-store:jar:1.0.0'
<dependency org="com.github.publickey" name="public-key-store" rev="1.0.0">
<artifact name="public-key-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.publickey', module='public-key-store', version='1.0.0')
)
libraryDependencies += "com.github.publickey" % "public-key-store" % "1.0.0"
[com.github.publickey/public-key-store "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easymock : easymock | jar | 3.1 |