You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
14
14
15
15
### Step 1. Add the *JitPack* repository to your pom.xml
16
16
17
-
```
17
+
```
18
18
<repositories>
19
19
<repository>
20
20
<id>jitpack.io</id>
21
21
<url>https://jitpack.io</url>
22
22
</repository>
23
23
</repositories>
24
-
```
24
+
```
25
25
### Step 2. Add the processing-core dependency
26
26
27
27
```
@@ -30,8 +30,10 @@ This mirror is not necessarily up to date with the latest Processing 4 release;
30
30
<artifactId>processing-core-4</artifactId>
31
31
<version>4.1.1</version>
32
32
</dependency>
33
-
```
33
+
```
34
34
35
35
### **That's it!**
36
36
37
-
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+.
37
+
Now you don't have to worry about adding core.jar, the JavaFX and JOGL & Gluegen dependencies to your project — this does it all!
38
+
39
+
Note: core version 4.1.1 and onwards require Java 17+; prior versions require Java 11+.
0 commit comments