is not current version
Last Version 1.0.2

com.gitlab.jhonsapp:final-user 1.0.0

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

GroupId

GroupId

com.gitlab.jhonsapp
ArtifactId

ArtifactId

final-user
Version

Version

1.0.0
Type

Type

jar

Download final-user 1.0.0


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