is not current version
Last Version 3.1.5

org.springdoc:oauth-resource-server 3.1.4


GroupId

GroupId

org.springdoc
ArtifactId

ArtifactId

oauth-resource-server
Version

Version

3.1.4
Type

Type

jar

Download oauth-resource-server 3.1.4


<!-- https://jarcasting.com/artifacts/org.springdoc/oauth-resource-server/ -->
<dependency>
    <groupId>org.springdoc</groupId>
    <artifactId>oauth-resource-server</artifactId>
    <version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springdoc/oauth-resource-server/
implementation 'org.springdoc:oauth-resource-server:3.1.4'
// https://jarcasting.com/artifacts/org.springdoc/oauth-resource-server/
implementation ("org.springdoc:oauth-resource-server:3.1.4")
'org.springdoc:oauth-resource-server:jar:3.1.4'
<dependency org="org.springdoc" name="oauth-resource-server" rev="3.1.4">
  <artifact name="oauth-resource-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springdoc', module='oauth-resource-server', version='3.1.4')
)
libraryDependencies += "org.springdoc" % "oauth-resource-server" % "3.1.4"
[org.springdoc/oauth-resource-server "3.1.4"]