Skip to content

janeirodigital/sai-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>