Download spring-security-core-tiger-2.0.6.release.jar file

Introduction

You can download spring-security-core-tiger-2.0.6.release.jar in this page.

License

Apache Open Source

Type List

spring-security-core-tiger-2.0.6.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.springframework.security/spring-security-core-tiger/pom.properties
META-INF/maven/org.springframework.security/spring-security-core-tiger/pom.xml
core-tiger.src.main.resources.placeholder
org.springframework.security.annotation.Jsr250MethodDefinitionSource.class
org.springframework.security.annotation.Jsr250SecurityConfig.class
org.springframework.security.annotation.Jsr250Voter.class
org.springframework.security.annotation.Secured.class
org.springframework.security.annotation.SecuredMethodDefinitionSource.class

Pom

spring-security-core-tiger-2.0.6.release.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.springframework.security</groupId>
        <artifactId>spring-security-parent</artifactId>
        <version>2.0.6.RELEASE</version>
    </parent>
    <packaging>jar</packaging>    
    <artifactId>spring-security-core-tiger</artifactId>
    <name>Spring Security - Java 5 (Tiger)</name>

    <dependencies>
        <dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-core</artifactId>
            <version>${project.version}</version>
            <classifier>tests</classifier>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-remoting</artifactId>
            <scope>test</scope>
        </dependency> 
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjweaver</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jdbc</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>annotations-api</artifactId>
            <version>6.0.14</version>
            <optional>true</optional>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>com.springsource.bundlor</groupId>
                <artifactId>com.springsource.bundlor.maven</artifactId>
            </plugin>            
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.security</groupId>
   <artifactId>spring-security-core-tiger</artifactId>
   <version>2.0.6.release</version>
</dependency>

Download

If you think the following spring-security-core-tiger-2.0.6.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-security-core-tiger-2.0.6.release.jar file




PreviousNext

Related