| License |
License |
|---|---|
| GroupId | GroupIdcom.timshadel |
| ArtifactId | ArtifactIdsimple-secrets |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionsimple-secrets.java
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simple-secrets-1.0.2.pom | |
| simple-secrets-1.0.2.jar | 9 KB |
| simple-secrets-1.0.2-sources.jar | 5 KB |
| simple-secrets-1.0.2-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.timshadel/simple-secrets/ -->
<dependency>
<groupId>com.timshadel</groupId>
<artifactId>simple-secrets</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.timshadel/simple-secrets/
implementation 'com.timshadel:simple-secrets:1.0.2'
// https://jarcasting.com/artifacts/com.timshadel/simple-secrets/
implementation ("com.timshadel:simple-secrets:1.0.2")
'com.timshadel:simple-secrets:jar:1.0.2'
<dependency org="com.timshadel" name="simple-secrets" rev="1.0.2">
<artifact name="simple-secrets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.timshadel', module='simple-secrets', version='1.0.2')
)
libraryDependencies += "com.timshadel" % "simple-secrets" % "1.0.2"
[com.timshadel/simple-secrets "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.1 |
| commons-codec : commons-codec | jar | 1.8 |
| org.msgpack : msgpack | jar | 0.6.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| org.powermock : powermock-module-junit4 | jar | 1.5 |
| org.powermock : powermock-api-mockito | jar | 1.5 |