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