| License |
License |
|---|---|
| GroupId | GroupIdse.soy.securerstring |
| ArtifactId | ArtifactIdSecurerString |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSecurerString
a "String" library for shredding sensitive data after use
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| SecurerString-1.2.0.pom | |
| SecurerString-1.2.0.jar | 2 KB |
| SecurerString-1.2.0-sources.jar | 1 KB |
| SecurerString-1.2.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/se.soy.securerstring/SecurerString/ -->
<dependency>
<groupId>se.soy.securerstring</groupId>
<artifactId>SecurerString</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.soy.securerstring/SecurerString/
implementation 'se.soy.securerstring:SecurerString:1.2.0'
// https://jarcasting.com/artifacts/se.soy.securerstring/SecurerString/
implementation ("se.soy.securerstring:SecurerString:1.2.0")
'se.soy.securerstring:SecurerString:jar:1.2.0'
<dependency org="se.soy.securerstring" name="SecurerString" rev="1.2.0">
<artifact name="SecurerString" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.soy.securerstring', module='SecurerString', version='1.2.0')
)
libraryDependencies += "se.soy.securerstring" % "SecurerString" % "1.2.0"
[se.soy.securerstring/SecurerString "1.2.0"]