| License |
License |
|---|---|
| GroupId | GroupIduk.co.solong |
| ArtifactId | ArtifactIdrestsec |
| Version | Version0.0.3 |
| Type | Typepom |
| Description |
DescriptionRestSec
A security module for securing restful web-services
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| restsec-0.0.3.pom | 5 KB |
| Browse |
<!-- 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"]