не последняя версия
Последняя версия 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.

Группа

Группа

com.timshadel
Идентификатор

Идентификатор

simple-secrets
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать 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"]