Spring Security - Java 5 (Tiger)

Spring Security

License

License

Categories

Categories

Security
GroupId

GroupId

org.springframework.security
ArtifactId

ArtifactId

spring-security-core-tiger
Last Version

Last Version

2.0.8.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Security - Java 5 (Tiger)
Spring Security
Project Organization

Project Organization

SpringSource, Inc

Download spring-security-core-tiger

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.security/spring-security-core-tiger/ -->
<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-core-tiger</artifactId>
    <version>2.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-core-tiger/
implementation 'org.springframework.security:spring-security-core-tiger:2.0.8.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.security/spring-security-core-tiger/
implementation ("org.springframework.security:spring-security-core-tiger:2.0.8.RELEASE")
'org.springframework.security:spring-security-core-tiger:jar:2.0.8.RELEASE'
<dependency org="org.springframework.security" name="spring-security-core-tiger" rev="2.0.8.RELEASE">
  <artifact name="spring-security-core-tiger" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-core-tiger', version='2.0.8.RELEASE')
)
libraryDependencies += "org.springframework.security" % "spring-security-core-tiger" % "2.0.8.RELEASE"
[org.springframework.security/spring-security-core-tiger "2.0.8.RELEASE"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.security : spring-security-core jar 2.0.8.RELEASE
org.aspectj : aspectjrt Optional jar 1.5.4
org.aspectj : aspectjweaver Optional jar 1.5.4
org.springframework : spring-jdbc Optional jar 2.0.8
org.apache.tomcat : annotations-api Optional jar 6.0.14

test (3)

Group / Artifact Type Version
org.springframework.security : spring-security-core jar 2.0.8.RELEASE
org.springframework : spring-remoting jar 2.0.8
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.
Gitter

Build Status

Spring Security

Spring Security provides security services for the Spring IO Platform. Spring Security 5.0 requires Spring 5.0 as a minimum and also requires Java 8.

For a detailed list of features and access to the latest release, please visit Spring projects.

Code of Conduct

Please see our code of conduct

Downloading Artifacts

See Getting Spring Security for how to obtain Spring Security.

Documentation

Be sure to read the Spring Security Reference. Extensive JavaDoc for the Spring Security code is also available in the Spring Security API Documentation.

Quick Start

We recommend you visit Spring Security Reference and read the "Getting Started" page.

Building from Source

Spring Security uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and the JDK8 build.

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

Check out sources

git clone [email protected]:spring-projects/spring-security.git

Install all spring-\* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

Discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Getting Support

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

Spring Security is Open Source software released under the Apache 2.0 license.

org.springframework.security

Versions

Version
2.0.8.RELEASE
2.0.7.RELEASE
2.0.6.RELEASE
2.0.5.RELEASE
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0