License |
License |
---|---|
Categories |
CategoriesSecurity Tape Data Data Structures |
GroupId | GroupIdcom.github.lltyk |
ArtifactId | ArtifactIdtapestry-spring-security |
Last Version | Last Version3.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Security services for Tapestry
Spring Security services for Tapestry
|
Project Organization |
Project OrganizationRobin Helgelin |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.lltyk/tapestry-spring-security/ -->
<dependency>
<groupId>com.github.lltyk</groupId>
<artifactId>tapestry-spring-security</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lltyk/tapestry-spring-security/
implementation 'com.github.lltyk:tapestry-spring-security:3.0.5'
// https://jarcasting.com/artifacts/com.github.lltyk/tapestry-spring-security/
implementation ("com.github.lltyk:tapestry-spring-security:3.0.5")
'com.github.lltyk:tapestry-spring-security:jar:3.0.5'
<dependency org="com.github.lltyk" name="tapestry-spring-security" rev="3.0.5">
<artifact name="tapestry-spring-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lltyk', module='tapestry-spring-security', version='3.0.5')
)
libraryDependencies += "com.github.lltyk" % "tapestry-spring-security" % "3.0.5"
[com.github.lltyk/tapestry-spring-security "3.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tapestry : tapestry-core | jar | 5.3.3 |
org.apache.tapestry : tapestry-ioc | jar | 5.3.3 |
org.springframework.security : spring-security-core | jar | 3.1.0.RELEASE |
org.springframework.security : spring-security-web | jar | 3.1.0.RELEASE |
org.springframework : spring-web | jar | 3.1.0.RELEASE |
org.springframework : spring-tx | jar | 3.1.0.RELEASE |
org.springframework : spring-expression | jar | 3.1.0.RELEASE |
org.springframework : spring-aop | jar | 3.1.0.RELEASE |
org.springframework : spring-jdbc | jar | 3.1.0.RELEASE |
org.springframework : spring-context | jar | 3.1.0.RELEASE |
org.springframework : spring-beans | jar | 3.1.0.RELEASE |
org.springframework : spring-core | jar | 3.1.0.RELEASE |
javax.servlet : servlet-api | jar | 2.5 |
commons-lang : commons-lang | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.1 |