License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.lwapp |
ArtifactId | ArtifactIdlwapp-security |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLwapp Security
Lwapp security is a utility jar file which can be used to add access level security to the application resources.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lwapp-security-1.2.1.pom | |
lwapp-security-1.2.1.jar | 17 KB |
lwapp-security-1.2.1-sources.jar | 10 KB |
lwapp-security-1.2.1-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lwapp/lwapp-security/ -->
<dependency>
<groupId>org.lwapp</groupId>
<artifactId>lwapp-security</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lwapp/lwapp-security/
implementation 'org.lwapp:lwapp-security:1.2.1'
// https://jarcasting.com/artifacts/org.lwapp/lwapp-security/
implementation ("org.lwapp:lwapp-security:1.2.1")
'org.lwapp:lwapp-security:jar:1.2.1'
<dependency org="org.lwapp" name="lwapp-security" rev="1.2.1">
<artifact name="lwapp-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lwapp', module='lwapp-security', version='1.2.1')
)
libraryDependencies += "org.lwapp" % "lwapp-security" % "1.2.1"
[org.lwapp/lwapp-security "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
org.lwapp : lwapp-hibernate | jar | 1.2.1 |
org.hibernate : hibernate-validator | jar | 5.2.2.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |