GroupId | GroupIdcom.github.jhonyscamacho |
---|---|
ArtifactId | ArtifactIdauthentication |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
authentication-2.0.1.pom | |
authentication-2.0.1.jar | 5 KB |
authentication-2.0.1-sources.jar | 4 KB |
authentication-2.0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jhonyscamacho/authentication/ -->
<dependency>
<groupId>com.github.jhonyscamacho</groupId>
<artifactId>authentication</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/authentication/
implementation 'com.github.jhonyscamacho:authentication:2.0.1'
// https://jarcasting.com/artifacts/com.github.jhonyscamacho/authentication/
implementation ("com.github.jhonyscamacho:authentication:2.0.1")
'com.github.jhonyscamacho:authentication:jar:2.0.1'
<dependency org="com.github.jhonyscamacho" name="authentication" rev="2.0.1">
<artifact name="authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhonyscamacho', module='authentication', version='2.0.1')
)
libraryDependencies += "com.github.jhonyscamacho" % "authentication" % "2.0.1"
[com.github.jhonyscamacho/authentication "2.0.1"]