is not current version
Last Version 1.0.5

io.github.atkawa7:fernet 1.0.4

Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as “secret key”) authenticated cryptography.

Categories

Categories

Net
GroupId

GroupId

io.github.atkawa7
ArtifactId

ArtifactId

fernet
Version

Version

1.0.4
Type

Type

jar

Download fernet 1.0.4


<!-- https://jarcasting.com/artifacts/io.github.atkawa7/fernet/ -->
<dependency>
    <groupId>io.github.atkawa7</groupId>
    <artifactId>fernet</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.atkawa7/fernet/
implementation 'io.github.atkawa7:fernet:1.0.4'
// https://jarcasting.com/artifacts/io.github.atkawa7/fernet/
implementation ("io.github.atkawa7:fernet:1.0.4")
'io.github.atkawa7:fernet:jar:1.0.4'
<dependency org="io.github.atkawa7" name="fernet" rev="1.0.4">
  <artifact name="fernet" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.atkawa7', module='fernet', version='1.0.4')
)
libraryDependencies += "io.github.atkawa7" % "fernet" % "1.0.4"
[io.github.atkawa7/fernet "1.0.4"]