<dependency>
<groupId>io.github.atkawa7</groupId>
<artifactId>encryption-utils</artifactId>
<version>1.0.5</version>
</dependency>
@Grapes(
@Grab(group='io.github.atkawa7', module='encryption-utils', version='1.0.5')
)
compile
|-- com.lambdaworks:scrypt:1.4.0
|-- commons-codec:commons-codec:1.17.1
|-- io.github.atkawa7:fernet:1.0.7
provided
|-- com.fasterxml.jackson.core:jackson-databind:2.18.1
|-- com.nimbusds:nimbus-jose-jwt:9.47
test
|-- org.apache.commons:commons-lang3:3.13.0