is not current version
Last Version 1.6.1-RELEASE

com.ohadr:auth-parent 1.6.0-RELEASE

parent POM for authentication projects

GroupId

GroupId

com.ohadr
ArtifactId

ArtifactId

auth-parent
Version

Version

1.6.0-RELEASE
Type

Type

pom

Download auth-parent 1.6.0-RELEASE


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