Last Version

Secure Cookie Library 1.0.0

Java library for security cookies, client-side pieces of data protected from reading and modifications by client with strong cryptography

License

License

GroupId

GroupId

io.github.vlsergey
ArtifactId

ArtifactId

seccookie
Version

Version

1.0.0
Type

Type

jar
Description

Description

Secure Cookie Library
Java library for security cookies, client-side pieces of data protected from reading and modifications by client with strong cryptography
Project URL

Project URL

https://github.com/vlsergey/seccookie
Source Code Management

Source Code Management

https://github.com/vlsergey/seccookie

Download seccookie 1.0.0


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

Dependencies

test (5)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22
com.google.code.findbugs : jsr305 jar 3.0.2
ch.qos.logback : logback-classic jar 1.2.3
org.junit : junit-bom jar 5.7.2
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.