Last Version

dev.samstevens.totp:totp-parent 1.7.1

A library to help implement time-based one time passwords to enable MFA.

License

License

GroupId

GroupId

dev.samstevens.totp
ArtifactId

ArtifactId

totp-parent
Version

Version

1.7.1
Type

Type

pom
Description

Description

dev.samstevens.totp:totp-parent
A library to help implement time-based one time passwords to enable MFA.
Project URL

Project URL

https://github.com/samdjstevens/java-totp
Source Code Management

Source Code Management

https://github.com/samdjstevens/java-totp

Download totp-parent 1.7.1

Filename Size
totp-parent-1.7.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/dev.samstevens.totp/totp-parent/ -->
<dependency>
    <groupId>dev.samstevens.totp</groupId>
    <artifactId>totp-parent</artifactId>
    <version>1.7.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.samstevens.totp/totp-parent/
implementation 'dev.samstevens.totp:totp-parent:1.7.1'
// https://jarcasting.com/artifacts/dev.samstevens.totp/totp-parent/
implementation ("dev.samstevens.totp:totp-parent:1.7.1")
'dev.samstevens.totp:totp-parent:pom:1.7.1'
<dependency org="dev.samstevens.totp" name="totp-parent" rev="1.7.1">
  <artifact name="totp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.samstevens.totp', module='totp-parent', version='1.7.1')
)
libraryDependencies += "dev.samstevens.totp" % "totp-parent" % "1.7.1"
[dev.samstevens.totp/totp-parent "1.7.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • totp-spring-boot-starter
  • totp