is not current version
Last Version 1.7.0

de.swiesend:secret-service 1.5.0

A Java library for storing secrets in the gnome-keyring over the DBus. Simply set and get passwords in a gnome linux system.

GroupId

GroupId

de.swiesend
ArtifactId

ArtifactId

secret-service
Version

Version

1.5.0
Type

Type

jar

Download secret-service 1.5.0


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