com.identityblitz:scs-lib

The Java implementation of Secure Cookie Session (SCS). The implementation conforms RFC 6896 (https://tools.ietf.org/html/rfc6896).

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.identityblitz
ArtifactId

ArtifactId

scs-lib
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.identityblitz:scs-lib
The Java implementation of Secure Cookie Session (SCS). The implementation conforms RFC 6896 (https://tools.ietf.org/html/rfc6896).
Project URL

Project URL

https://github.com/brainysmith/scs-lib

Download scs-lib

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.9
org.slf4j : slf4j-api jar 1.6.6

provided (3)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
io.netty : netty-codec-http jar 4.0.17.Final
com.typesafe.play : play-java_2.10 jar 2.3.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.3.1
org.bouncycastle : bcprov-jdk15on jar 1.50
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0