License |
License |
---|---|
Categories |
CategoriesJava Languages Security KeY Data Data Formats Formal Verification |
GroupId | GroupIdse.sawano.java.security |
ArtifactId | ArtifactIdotp-google-key-uri |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionotp-google-key-uri
Java library for Google's Key Uri Format
|
Project URL |
Project URL |
Filename | Size |
---|---|
otp-google-key-uri-0.0.1.pom | |
otp-google-key-uri-0.0.1.jar | 32 KB |
otp-google-key-uri-0.0.1-sources.jar | 27 KB |
otp-google-key-uri-0.0.1-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.sawano.java.security/otp-google-key-uri/ -->
<dependency>
<groupId>se.sawano.java.security</groupId>
<artifactId>otp-google-key-uri</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.sawano.java.security/otp-google-key-uri/
implementation 'se.sawano.java.security:otp-google-key-uri:0.0.1'
// https://jarcasting.com/artifacts/se.sawano.java.security/otp-google-key-uri/
implementation ("se.sawano.java.security:otp-google-key-uri:0.0.1")
'se.sawano.java.security:otp-google-key-uri:jar:0.0.1'
<dependency org="se.sawano.java.security" name="otp-google-key-uri" rev="0.0.1">
<artifact name="otp-google-key-uri" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.sawano.java.security', module='otp-google-key-uri', version='0.0.1')
)
libraryDependencies += "se.sawano.java.security" % "otp-google-key-uri" % "0.0.1"
[se.sawano.java.security/otp-google-key-uri "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
commons-codec : commons-codec | jar | 1.11 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.3 |
org.junit.jupiter : junit-jupiter-params | jar | 5.0.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |