| License |
License |
|---|---|
| Categories |
CategoriesSecurity |
| GroupId | GroupIdorg.openjax.security |
| ArtifactId | ArtifactIdotp |
| Version | Version0.3.3 |
| Type | Typejar |
| Description |
DescriptionOpenJAX Security OTP
Common functions and abstractions related to One-Time-Passwords.
|
| Project Organization |
Project OrganizationOpenJAX |
| Filename | Size |
|---|---|
| otp-0.3.3.pom | |
| otp-0.3.3.jar | 4 KB |
| otp-0.3.3-tests.jar | 5 KB |
| otp-0.3.3-sources.jar | 5 KB |
| otp-0.3.3-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openjax.security/otp/ -->
<dependency>
<groupId>org.openjax.security</groupId>
<artifactId>otp</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.security/otp/
implementation 'org.openjax.security:otp:0.3.3'
// https://jarcasting.com/artifacts/org.openjax.security/otp/
implementation ("org.openjax.security:otp:0.3.3")
'org.openjax.security:otp:jar:0.3.3'
<dependency org="org.openjax.security" name="otp" rev="0.3.3">
<artifact name="otp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.security', module='otp', version='0.3.3')
)
libraryDependencies += "org.openjax.security" % "otp" % "0.3.3"
[org.openjax.security/otp "0.3.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.libj : util | jar | 0.8.1 |
| org.openjax.security : crypto | jar | 0.3.3 |
| org.libj : math | jar | 0.6.6 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.libj : test | jar | 0.7.1 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 3.1.0 |