RestSec

A security module for securing restful web-services

License

License

GroupId

GroupId

uk.co.solong
ArtifactId

ArtifactId

restsec
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

RestSec
A security module for securing restful web-services
Source Code Management

Source Code Management

https://github.com/danielburrell/restsec

Download restsec

Filename Size
restsec-0.0.3.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.solong/restsec/ -->
<dependency>
    <groupId>uk.co.solong</groupId>
    <artifactId>restsec</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.co.solong/restsec/
implementation 'uk.co.solong:restsec:0.0.3'
// https://jarcasting.com/artifacts/uk.co.solong/restsec/
implementation ("uk.co.solong:restsec:0.0.3")
'uk.co.solong:restsec:pom:0.0.3'
<dependency org="uk.co.solong" name="restsec" rev="0.0.3">
  <artifact name="restsec" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.co.solong', module='restsec', version='0.0.3')
)
libraryDependencies += "uk.co.solong" % "restsec" % "0.0.3"
[uk.co.solong/restsec "0.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • restsec-core
  • restsec-server

restsec

Restful Security Module

Versions

Version
0.0.3
0.0.1