| License | License | 
|---|---|
| GroupId | GroupIdgroup.flyfish.oauth | 
| ArtifactId | ArtifactIdoauth-spring | 
| Last Version | Last Version1.0.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionParent pom providing dependency and plugin management for applications
		built with Maven | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| oauth-spring-1.0.5.pom | |
| oauth-spring-1.0.5.jar | 10 KB | 
| oauth-spring-1.0.5-sources.jar | 6 KB | 
| oauth-spring-1.0.5-javadoc.jar | 141 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring/ -->
<dependency>
    <groupId>group.flyfish.oauth</groupId>
    <artifactId>oauth-spring</artifactId>
    <version>1.0.5</version>
</dependency>// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring/
implementation 'group.flyfish.oauth:oauth-spring:1.0.5'// https://jarcasting.com/artifacts/group.flyfish.oauth/oauth-spring/
implementation ("group.flyfish.oauth:oauth-spring:1.0.5")'group.flyfish.oauth:oauth-spring:jar:1.0.5'<dependency org="group.flyfish.oauth" name="oauth-spring" rev="1.0.5">
  <artifact name="oauth-spring" type="jar" />
</dependency>@Grapes(
@Grab(group='group.flyfish.oauth', module='oauth-spring', version='1.0.5')
)libraryDependencies += "group.flyfish.oauth" % "oauth-spring" % "1.0.5"[group.flyfish.oauth/oauth-spring "1.0.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-context | jar | |
| org.springframework : spring-web | jar | |
| group.flyfish.oauth : oauth-client | jar | 1.0.5 | 
| org.apache.commons : commons-lang3 | jar | 3.9 | 
| org.apache.commons : commons-collections4 | jar | 4.3 | 
| org.projectlombok : lombok | jar | 1.18.8 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |