We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bebcbb commit cd6613bCopy full SHA for cd6613b
README
@@ -72,7 +72,7 @@ Maven:
72
Gradle:
73
74
----------
75
-compile 'com.yubico:webauthn-server-core:2.4.1'
+implementation("com.yubico:webauthn-server-core:2.4.1")
76
77
78
NOTE: You may need additional dependencies with JCA providers to support some signature algorithms.
webauthn-server-attestation/README.adoc
@@ -102,7 +102,7 @@ Maven:
102
103
104
105
-compile 'com.yubico:webauthn-server-attestation:2.4.1'
+implementation("com.yubico:webauthn-server-attestation:2.4.1")
106
107
108
0 commit comments