| License |
License
BSD-license
|
|---|---|
| GroupId | GroupIdcom.yubico |
| ArtifactId | ArtifactIdyubico-j |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionyubico-j
Low-level library for decrypting and parsing Yubikey One-Time Passwords (OTP).
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| yubico-j-1.3.pom | |
| yubico-j-1.3.jar | 19 KB |
| yubico-j-1.3-sources.jar | 11 KB |
| yubico-j-1.3-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yubico/yubico-j/ -->
<dependency>
<groupId>com.yubico</groupId>
<artifactId>yubico-j</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yubico/yubico-j/
implementation 'com.yubico:yubico-j:1.3'
// https://jarcasting.com/artifacts/com.yubico/yubico-j/
implementation ("com.yubico:yubico-j:1.3")
'com.yubico:yubico-j:jar:1.3'
<dependency org="com.yubico" name="yubico-j" rev="1.3">
<artifact name="yubico-j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yubico', module='yubico-j', version='1.3')
)
libraryDependencies += "com.yubico" % "yubico-j" % "1.3"
[com.yubico/yubico-j "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |