This is a mirror of the core library from Processing 4, with the addition of a pom.xml, turning it into a standalone Maven artifact.
It is hosted as a Maven dependency via JitPack (from this Github repository) so it can be referenced in your own Maven project (for when you want to use the Processing library outside of the Processing IDE).
This mirror is not necessarily up to date with the latest Processing 4 release; it is currently based on Processing 4.0.3.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.micycle1</groupId>
<artifactId>processing-core-4</artifactId>
<version>4.0.3</version>
</dependency>
Now you don't have to worry about adding core.jar, the JavaFX and JOGL & Gluegen dependencies to your project — this does it all! Compatible with any Java project version 11+.