License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.jsecurity |
ArtifactId | ArtifactIdjsecurity |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSecurity
JSecurity is a powerful and flexible open-source Java security framework that cleanly handles
authentication, authorization, enterprise session management, single sign-on and cryptography services.
|
Filename | Size |
---|---|
jsecurity-0.9.0.pom | |
jsecurity-0.9.0.jar | 300 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsecurity/jsecurity/ -->
<dependency>
<groupId>org.jsecurity</groupId>
<artifactId>jsecurity</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsecurity/jsecurity/
implementation 'org.jsecurity:jsecurity:0.9.0'
// https://jarcasting.com/artifacts/org.jsecurity/jsecurity/
implementation ("org.jsecurity:jsecurity:0.9.0")
'org.jsecurity:jsecurity:jar:0.9.0'
<dependency org="org.jsecurity" name="jsecurity" rev="0.9.0">
<artifact name="jsecurity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsecurity', module='jsecurity', version='0.9.0')
)
libraryDependencies += "org.jsecurity" % "jsecurity" % "0.9.0"
[org.jsecurity/jsecurity "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
commons-beanutils : commons-beanutils | jar | 1.7.0 |
net.sourceforge.retroweaver : retroweaver Optional | jar | 2.0.5 |
net.sourceforge.retroweaver : retroweaver-rt Optional | jar | 2.0.5 |
net.sf.ehcache : ehcache Optional | jar | 1.4.1 |
quartz : quartz Optional | jar | 1.5.2 |
org.springframework : spring Optional | jar | 2.5.1 |
javax.servlet : servlet-api Optional | jar | 2.5 |
javax.servlet.jsp : jsp-api Optional | jar | 2.1 |
log4j : log4j Optional | jar | 1.2.15 |
javax.servlet : jstl Optional | jar | 1.2 |
taglibs : standard Optional | jar | 1.1.2 |
hsqldb : hsqldb Optional | jar | 1.8.0.7 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 2.3 |
org.easymock : easymockclassextension | jar | 2.3 |
junit : junit | jar | 4.4 |