is not current version
Last Version 1.7.0

de.swiesend:secret-service 1.0.0-RC.1

A Java library to interact with the Secret Service API over the D-Bus to access user keyrings. Simply store (set) and retrieve (get) passwords securely in a linux system.

GroupId

GroupId

de.swiesend
ArtifactId

ArtifactId

secret-service
Version

Version

1.0.0-RC.1
Type

Type

jar

Download secret-service 1.0.0-RC.1


<!-- https://jarcasting.com/artifacts/de.swiesend/secret-service/ -->
<dependency>
    <groupId>de.swiesend</groupId>
    <artifactId>secret-service</artifactId>
    <version>1.0.0-RC.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.swiesend/secret-service/
implementation 'de.swiesend:secret-service:1.0.0-RC.1'
// https://jarcasting.com/artifacts/de.swiesend/secret-service/
implementation ("de.swiesend:secret-service:1.0.0-RC.1")
'de.swiesend:secret-service:jar:1.0.0-RC.1'
<dependency org="de.swiesend" name="secret-service" rev="1.0.0-RC.1">
  <artifact name="secret-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.swiesend', module='secret-service', version='1.0.0-RC.1')
)
libraryDependencies += "de.swiesend" % "secret-service" % "1.0.0-RC.1"
[de.swiesend/secret-service "1.0.0-RC.1"]