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