is not current version
Last Version 0.0.8

net.r-w-x:padlock 0.0.5

A library to enable security into JavaEE / JAX-RS application using JWT cookie.

Categories

Categories

Net
GroupId

GroupId

net.r-w-x
ArtifactId

ArtifactId

padlock
Version

Version

0.0.5
Type

Type

jar

Download padlock 0.0.5


<!-- https://jarcasting.com/artifacts/net.r-w-x/padlock/ -->
<dependency>
    <groupId>net.r-w-x</groupId>
    <artifactId>padlock</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.r-w-x/padlock/
implementation 'net.r-w-x:padlock:0.0.5'
// https://jarcasting.com/artifacts/net.r-w-x/padlock/
implementation ("net.r-w-x:padlock:0.0.5")
'net.r-w-x:padlock:jar:0.0.5'
<dependency org="net.r-w-x" name="padlock" rev="0.0.5">
  <artifact name="padlock" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.r-w-x', module='padlock', version='0.0.5')
)
libraryDependencies += "net.r-w-x" % "padlock" % "0.0.5"
[net.r-w-x/padlock "0.0.5"]