MVN

io.github.nabhosal : pii-encryptor

Maven & Gradle

Oct 31, 2019
4 stars

PII-Encryptor · Utility for encrypting & decryption field level PII (i.e Personally identifiable information) in document. Useful utility for implementing in-house Payment Card Industry ( PCI ) or similar compliance.

<dependency>
    <groupId>io.github.nabhosal</groupId>
    <artifactId>pii-encryptor</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nabhosal : pii-encryptor to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.nabhosal : pii-encryptor to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
pii-encryptor-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.nabhosal</groupId>
    <artifactId>pii-encryptor</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement