is not current version
Last Version 2.1-RELEASE

com.ohadr.oauth2:auth-common 1.1.3

Common code for OAuth2 implementations using spring-security-oauth2

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.ohadr.oauth2
ArtifactId

ArtifactId

auth-common
Version

Version

1.1.3
Type

Type

jar

Download auth-common 1.1.3


<!-- https://jarcasting.com/artifacts/com.ohadr.oauth2/auth-common/ -->
<dependency>
    <groupId>com.ohadr.oauth2</groupId>
    <artifactId>auth-common</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ohadr.oauth2/auth-common/
implementation 'com.ohadr.oauth2:auth-common:1.1.3'
// https://jarcasting.com/artifacts/com.ohadr.oauth2/auth-common/
implementation ("com.ohadr.oauth2:auth-common:1.1.3")
'com.ohadr.oauth2:auth-common:jar:1.1.3'
<dependency org="com.ohadr.oauth2" name="auth-common" rev="1.1.3">
  <artifact name="auth-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ohadr.oauth2', module='auth-common', version='1.1.3')
)
libraryDependencies += "com.ohadr.oauth2" % "auth-common" % "1.1.3"
[com.ohadr.oauth2/auth-common "1.1.3"]