Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.55 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.55 KB

sai-java

Coverage Maintainability Rating Reliability Rating Security Rating

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.

Getting Started

In your pom.xml:

<dependencies>
	<dependency>
		<groupId>com.janeirodigital</groupId>
		<artifactId>sai-java</artifactId>
		<version>preferred.version.here</version>
	</dependency>
</dependencies>