group.flyfish.oauth:oauth-spring

Parent pom providing dependency and plugin management for applications built with Maven

License

License

GroupId

GroupId

group.flyfish.oauth
ArtifactId

ArtifactId

oauth-spring
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/oauth-spring

Download oauth-spring

How to add to project

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

Dependencies

compile (6)

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

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2