Skip to content

Commit 414baa4

Browse files
committed
Add dependency configuration section to webauthn-server-attestation README
1 parent 9adcde5 commit 414baa4

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

webauthn-server-attestation/README.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,38 @@ but we recommend that you do not _require_ a trusted attestation unless you have
8484
See link:doc/Migrating_from_v1.adoc[the migration guide].
8585

8686

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+
87119
== Getting started
88120

89121
Using this module consists of 4 major steps:

0 commit comments

Comments
 (0)