forked from spring-attic/spring-security-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
downloads
dsyer edited this page Sep 27, 2012
·
7 revisions
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-oauthfor OAuth 1.0a andspring-security-oauth2for 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>