A Java (JDK11+) implementation of the Solid Application Interoperability Specification.
Consider participating in the Solid Interoperability Panel if you're interested in collaborating on or learning more about the evolution of the specification.
Take a look at CONTRIBUTING for specifics on how to contribute to this library.
JavaDocs are generated and published with each release.
In your pom.xml
:
<dependencies>
<dependency>
<groupId>com.janeirodigital</groupId>
<artifactId>sai-java</artifactId>
<version>preferred.version.here</version>
</dependency>
</dependencies>