is not current version
Last Version 1.0.3

com.gitlab.jhonsapp:authentication 1.0.2

....

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

authentication
Version

Version

1.0.2
Type

Type

jar

Download authentication 1.0.2


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