License |
License |
---|---|
GroupId | GroupIdorg.javastack |
ArtifactId | ArtifactIdsimpleauth |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionorg.javastack:simpleauth
Simple Authentication based in HMAC and Time (like TOTP)
|
Project URL |
Project URL |
Filename | Size |
---|---|
simpleauth-1.0.0.pom | |
simpleauth-1.0.0.jar | 880 KB |
simpleauth-1.0.0-sources.jar | 8 KB |
simpleauth-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.javastack/simpleauth/ -->
<dependency>
<groupId>org.javastack</groupId>
<artifactId>simpleauth</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javastack/simpleauth/
implementation 'org.javastack:simpleauth:1.0.0'
// https://jarcasting.com/artifacts/org.javastack/simpleauth/
implementation ("org.javastack:simpleauth:1.0.0")
'org.javastack:simpleauth:jar:1.0.0'
<dependency org="org.javastack" name="simpleauth" rev="1.0.0">
<artifact name="simpleauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javastack', module='simpleauth', version='1.0.0')
)
libraryDependencies += "org.javastack" % "simpleauth" % "1.0.0"
[org.javastack/simpleauth "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |