License |
License |
---|---|
GroupId | GroupIdcom.github.lazynoon |
ArtifactId | ArtifactIdsafesave |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionSafeSave - Data Encrypt Storage
Encrypted storage of sensitive data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
safesave-1.1.0.pom | |
safesave-1.1.0.jar | 29 KB |
safesave-1.1.0-sources.jar | 22 KB |
safesave-1.1.0-javadoc.jar | 139 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lazynoon/safesave/ -->
<dependency>
<groupId>com.github.lazynoon</groupId>
<artifactId>safesave</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lazynoon/safesave/
implementation 'com.github.lazynoon:safesave:1.1.0'
// https://jarcasting.com/artifacts/com.github.lazynoon/safesave/
implementation ("com.github.lazynoon:safesave:1.1.0")
'com.github.lazynoon:safesave:jar:1.1.0'
<dependency org="com.github.lazynoon" name="safesave" rev="1.1.0">
<artifact name="safesave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lazynoon', module='safesave', version='1.1.0')
)
libraryDependencies += "com.github.lazynoon" % "safesave" % "1.1.0"
[com.github.lazynoon/safesave "1.1.0"]