Spring Security - Java 5 (Tiger)

Spring Security

Лицензия

Лицензия

Категории

Категории

Безопасность
Группа

Группа

org.springframework.security
Идентификатор

Идентификатор

spring-security-core-tiger
Последняя версия

Последняя версия

2.0.8.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Spring Security - Java 5 (Tiger)
Spring Security
Организация-разработчик

Организация-разработчик

SpringSource, Inc

Скачать spring-security-core-tiger

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.springframework.security : spring-security-core jar 2.0.8.RELEASE
org.aspectj : aspectjrt Необязательный jar 1.5.4
org.aspectj : aspectjweaver Необязательный jar 1.5.4
org.springframework : spring-jdbc Необязательный jar 2.0.8
org.apache.tomcat : annotations-api Необязательный jar 6.0.14

test (3)

Идентификатор библиотеки Тип Версия
org.springframework.security : spring-security-core jar 2.0.8.RELEASE
org.springframework : spring-remoting jar 2.0.8
junit : junit jar 4.4

Модули Проекта

Данный проект не имеет модулей.
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 git@github.com: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

Версии библиотеки

Версия
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