File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
webauthn-server-attestation Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,38 @@ but we recommend that you do not _require_ a trusted attestation unless you have
84
84
See link:doc/Migrating_from_v1.adoc[the migration guide].
85
85
86
86
87
+ == Dependency configuration
88
+
89
+ Maven:
90
+
91
+ ----------
92
+ <dependency>
93
+ <groupId>com.yubico</groupId>
94
+ <artifactId>webauthn-server-attestation</artifactId>
95
+ <version>2.0.0</version>
96
+ <scope>compile</scope>
97
+ </dependency>
98
+ ----------
99
+
100
+ Gradle:
101
+
102
+ ----------
103
+ compile 'com.yubico:webauthn-server-attestation:2.0.0'
104
+ ----------
105
+
106
+
107
+ === Semantic versioning
108
+
109
+ This library uses link:https://semver.org/[semantic versioning].
110
+ The public API consists of all public classes, methods and fields in the `com.yubico.fido.metadata` package and its subpackages,
111
+ i.e., everything covered by the
112
+ link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.0.0/com/yubico/fido/metadata/package-summary.html[Javadoc].
113
+
114
+ Package-private classes and methods are NOT part of the public API.
115
+ The `com.yubico:yubico-util` module is NOT part of the public API.
116
+ Breaking changes to these will NOT be reflected in version numbers.
117
+
118
+
87
119
== Getting started
88
120
89
121
Using this module consists of 4 major steps:
You can’t perform that action at this time.
0 commit comments