Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.openjax.security |
ArtifactId | ArtifactIdotp |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
otp-0.3.2.pom | |
otp-0.3.2.jar | 4 KB |
otp-0.3.2-tests.jar | 5 KB |
otp-0.3.2-sources.jar | 5 KB |
otp-0.3.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax.security/otp/ -->
<dependency>
<groupId>org.openjax.security</groupId>
<artifactId>otp</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.security/otp/
implementation 'org.openjax.security:otp:0.3.2'
// https://jarcasting.com/artifacts/org.openjax.security/otp/
implementation ("org.openjax.security:otp:0.3.2")
'org.openjax.security:otp:jar:0.3.2'
<dependency org="org.openjax.security" name="otp" rev="0.3.2">
<artifact name="otp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.security', module='otp', version='0.3.2')
)
libraryDependencies += "org.openjax.security" % "otp" % "0.3.2"
[org.openjax.security/otp "0.3.2"]