title | layout | home |
---|---|---|
Docs |
default |
../ |
You can download source code bundles from Github, or clone the repository using git. OAuth for Spring Security is a Maven-based project.
- groupId:
org.springframework.security.oauth
- artifactId:
spring-security-oauth
for OAuth 1.0a andspring-security-oauth2
for OAuth 2.0
To download the jars, just look in the Maven repository.
Full releases go in Maven central, and in the SpringSource repository but milestones and snapshots go only in the SpringSource respository. For milestones:
<repository>
<id>spring-milestone</id>
<name>Spring Maven MILESTONE Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
and for snapshots:
<repository>
<id>spring-snnapshot</id>
<name>Spring Maven SNAPSHOT Repository</name>
<url>http://maven.springframework.org/snapshot</url>
</repository>