is not current version
Last Version 1.0.2

com.timshadel:simple-secrets 1.0.1

The Java implementation of a simple, opinionated library for encrypting small packets of data securely. Designed for exchanging tokens among systems written in a variety of programming languages.

GroupId

GroupId

com.timshadel
ArtifactId

ArtifactId

simple-secrets
Version

Version

1.0.1
Type

Type

jar

Download simple-secrets 1.0.1


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