Scratch for Java

Download

GitHub Releases

This JAR file is platform-independent and can be used on any operating system that supports Java 17.

All Operating Systems

The source code can be downloaded here:

Sources

If you also need the JavaDoc, i.e., the documentation of the classes, it can be downloaded here:

JavaDoc

It is best to add all three JAR files so that autocomplete and documentation lookup work correctly in your IDE.

Maven Central

<dependency>
    <groupId>org.openpatch</groupId>
    <artifactId>scratch</artifactId>
    <version>4.24.1</version>
</dependency>
Download