License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.eatthepath |
ArtifactId | ArtifactIdjava-otp |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjava-otp
A one-time password (HOTP and TOTP) library for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-otp-0.3.1.pom | |
java-otp-0.3.1.jar | 5 KB |
java-otp-0.3.1-sources.jar | 7 KB |
java-otp-0.3.1-javadoc.jar | 403 KB |
java-otp-0.3.1-benchmark.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eatthepath/java-otp/ -->
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>java-otp</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eatthepath/java-otp/
implementation 'com.eatthepath:java-otp:0.3.1'
// https://jarcasting.com/artifacts/com.eatthepath/java-otp/
implementation ("com.eatthepath:java-otp:0.3.1")
'com.eatthepath:java-otp:jar:0.3.1'
<dependency org="com.eatthepath" name="java-otp" rev="0.3.1">
<artifact name="java-otp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eatthepath', module='java-otp', version='0.3.1')
)
libraryDependencies += "com.eatthepath" % "java-otp" % "0.3.1"
[com.eatthepath/java-otp "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.1 |
org.openjdk.jmh : jmh-core | jar | 1.32 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.32 |