is not current version
Last Version 1.0.2

com.gitlab.jhonsapp:final-user 1.0.1

A bunch of classes that help developers building login and authentication.

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

final-user
Version

Version

1.0.1
Type

Type

jar

Download final-user 1.0.1


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