Skip to content

Commit 39a0783

Browse files
bactgoneall
authored andcommitted
README: Update development status and Javadoc links
- Update development status to "Reasonably stable" - Add javadoc.io link Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent a367387 commit 39a0783

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Spdx-Java-Rdf-Store
22

3+
[![javadoc](https://javadoc.io/badge2/org.spdx/spdx-rdf-store/javadoc.svg)](https://javadoc.io/doc/org.spdx/spdx-rdf-store)
4+
35
This Java library implements an RDF store supported [SPDX spec version 2.3][spdx2.3] and earlier implementing the [SPDX Java Library Storage Interface][storage] using an underlying RDF store.
46

5-
The API documentation is available at:
6-
<https://spdx.github.io/spdx-java-rdf-store/>
7-
87
[spdx2.3]: https://spdx.github.io/spdx-spec/v2.3/
98
[storage]: https://github.com/spdx/Spdx-Java-Library#storage-interface
109

@@ -37,6 +36,11 @@ A convenience method `public String loadModelFromFile(String fileNameOrUrl, bool
3736

3837
[ISerializableModelStore]: https://spdx.github.io/spdx-java-core/org/spdx/storage/ISerializableModelStore.html
3938

39+
## API Documentation
40+
41+
- [Released API documentation](https://www.javadoc.io/doc/org.spdx/spdx-rdf-store) (as released on Maven Central)
42+
- [Development API documentation](https://spdx.github.io/spdx-java-rdf-store/) (updated with each GitHub change)
43+
4044
## Development Status
4145

42-
Less stable - it has just been updated to support the redesigned storage interfaces.
46+
Reasonably stable.

0 commit comments

Comments
 (0)