You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
Storage for SPDX documents utilizing [Jackson Databind](https://github.com/FasterXML/jackson-databind).
6
6
7
+
NOTE: This library only supports SPDX Specification version 2.X formats. For SPDX specification version 3.X formats, please use the [spdx-java-v3jsonld-store](https://github.com/spdx/spdx-java-v3jsonld-store).
8
+
7
9
This store supports serializing and deserializing files in JSON, YAML and XML formats.
8
10
9
11
This library utilizes the [SPDX Java Library Storage Interface](https://github.com/spdx/Spdx-Java-Library#storage-interface) extending the `ExtendedSpdxStore` which allows for utilizing any underlying store which implements the [SPDX Java Library Storage Interface](https://github.com/spdx/Spdx-Java-Library#storage-interface).
0 commit comments