GroupId | GroupIdcom.webauthn4j |
---|---|
ArtifactId | ArtifactIdwebauthn4j-device-check |
Version | Version0.14.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-device-check/ -->
<dependency>
<groupId>com.webauthn4j</groupId>
<artifactId>webauthn4j-device-check</artifactId>
<version>0.14.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-device-check/
implementation 'com.webauthn4j:webauthn4j-device-check:0.14.1.RELEASE'
// https://jarcasting.com/artifacts/com.webauthn4j/webauthn4j-device-check/
implementation ("com.webauthn4j:webauthn4j-device-check:0.14.1.RELEASE")
'com.webauthn4j:webauthn4j-device-check:jar:0.14.1.RELEASE'
<dependency org="com.webauthn4j" name="webauthn4j-device-check" rev="0.14.1.RELEASE">
<artifact name="webauthn4j-device-check" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webauthn4j', module='webauthn4j-device-check', version='0.14.1.RELEASE')
)
libraryDependencies += "com.webauthn4j" % "webauthn4j-device-check" % "0.14.1.RELEASE"
[com.webauthn4j/webauthn4j-device-check "0.14.1.RELEASE"]