SessionCookie

SessionCookie is a Java library for storing Servlet based HttpSession objects as a cookie stored in the client browser.

License

License

GroupId

GroupId

org.baswell
ArtifactId

ArtifactId

sessioncookie
Last Version

Last Version

1.0.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

SessionCookie
SessionCookie is a Java library for storing Servlet based HttpSession objects as a cookie stored in the client browser.
Project URL

Project URL

https://github.com/baswerc/sessioncookie
Source Code Management

Source Code Management

https://github.com/baswerc/sessioncookie.git

Download sessioncookie

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
javax.servlet : javax.servlet-api jar 3.1.0
org.apache.tomcat : tomcat-catalina jar 8.0.43

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-beta