This repository host the Pi4J APT/PPA Package Repository accessible via pi4j.com/download.
The download files are located on github.com/Pi4J/download.
For more information about the Pi4J Project, please see: pi4j.com.
To use a snapshot version of the library in your Maven project, add the following repositories-settings to your pom.xml.
<repositories>
<repository>
<id>oss-snapshots-repo</id>
<name>Sonatype OSS Maven Repository</name>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<!--
Snapshot versions created before 09/2025:
<url>https://oss.sonatype.org/content/groups/public</url>
-->
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
The list of available releases and snapshots can also be found on sonatype.org.