License |
License |
---|---|
GroupId | GroupIdcom.microsoft |
ArtifactId | ArtifactIdcredential-secure-storage |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSecure storage for storing credentials or tokens.
Unified platform-independent interface to store secrets in credential managers provided by OS (Windows, macOS, Linux).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.microsoft/credential-secure-storage/ -->
<dependency>
<groupId>com.microsoft</groupId>
<artifactId>credential-secure-storage</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft/credential-secure-storage/
implementation 'com.microsoft:credential-secure-storage:1.0.0'
// https://jarcasting.com/artifacts/com.microsoft/credential-secure-storage/
implementation ("com.microsoft:credential-secure-storage:1.0.0")
'com.microsoft:credential-secure-storage:jar:1.0.0'
<dependency org="com.microsoft" name="credential-secure-storage" rev="1.0.0">
<artifact name="credential-secure-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft', module='credential-secure-storage', version='1.0.0')
)
libraryDependencies += "com.microsoft" % "credential-secure-storage" % "1.0.0"
[com.microsoft/credential-secure-storage "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna-platform | jar | 5.9.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 | jar | 1.7.36 |
junit : junit | jar | 4.13.2 |