| Categories | CategoriesH2 Data Databases OAuth2 Security | 
|---|---|
| GroupId | GroupIdcom.ohadr.oauth2 | 
| ArtifactId | ArtifactIdauth-common | 
| Version | Version2.0.0-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| auth-common-2.0.0-RELEASE.pom | |
| auth-common-2.0.0-RELEASE.jar | 10 KB | 
| auth-common-2.0.0-RELEASE-sources.jar | 6 KB | 
| auth-common-2.0.0-RELEASE-javadoc.jar | 55 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.ohadr.oauth2/auth-common/ -->
<dependency>
    <groupId>com.ohadr.oauth2</groupId>
    <artifactId>auth-common</artifactId>
    <version>2.0.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.ohadr.oauth2/auth-common/
implementation 'com.ohadr.oauth2:auth-common:2.0.0-RELEASE'// https://jarcasting.com/artifacts/com.ohadr.oauth2/auth-common/
implementation ("com.ohadr.oauth2:auth-common:2.0.0-RELEASE")'com.ohadr.oauth2:auth-common:jar:2.0.0-RELEASE'<dependency org="com.ohadr.oauth2" name="auth-common" rev="2.0.0-RELEASE">
  <artifact name="auth-common" type="jar" />
</dependency>@Grapes(
@Grab(group='com.ohadr.oauth2', module='auth-common', version='2.0.0-RELEASE')
)libraryDependencies += "com.ohadr.oauth2" % "auth-common" % "2.0.0-RELEASE"[com.ohadr.oauth2/auth-common "2.0.0-RELEASE"]