License |
License |
---|---|
GroupId | GroupIdcom.github.eendroroy |
ArtifactId | ArtifactIdkotp |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptionkotp
OTP Generator
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotp-0.1.3.pom | |
kotp-0.1.3.jar | 28 KB |
kotp-0.1.3-sources.jar | 8 KB |
kotp-0.1.3-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.eendroroy/kotp/ -->
<dependency>
<groupId>com.github.eendroroy</groupId>
<artifactId>kotp</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eendroroy/kotp/
implementation 'com.github.eendroroy:kotp:0.1.3'
// https://jarcasting.com/artifacts/com.github.eendroroy/kotp/
implementation ("com.github.eendroroy:kotp:0.1.3")
'com.github.eendroroy:kotp:jar:0.1.3'
<dependency org="com.github.eendroroy" name="kotp" rev="0.1.3">
<artifact name="kotp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eendroroy', module='kotp', version='0.1.3')
)
libraryDependencies += "com.github.eendroroy" % "kotp" % "0.1.3"
[com.github.eendroroy/kotp "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
commons-codec : commons-codec | jar | 1.14 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |