File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,3 +56,16 @@ Wenn du BlueJ installiert hast, findest du den "userlib"-Ordner hier:
5656
5757Du kannst die Jar-Datei auch deinme classpath hinzufügen und so unabhängig von BlueJ mit deinem Lieblingseditor verwenden.
5858
59+ ## Maven
60+
61+ Du kannst Scratch for Java auch über Maven verwenden. Füge einfach die folgende Abhängigkeit zu deiner ` pom.xml ` hinzu:
62+
63+ ``` xml
64+ <dependency >
65+ <groupId >org.openpatch</groupId >
66+ <artifactId >scratch</artifactId >
67+ <version >4.23.0</version >
68+ </dependency >
69+ ```
70+
71+ Wir haben auch ein Starter für dich vorbereitet: [ Maven Starter] ( https://github.com/openpatch/scratch-for-java-maven-starter/tree/main )
Original file line number Diff line number Diff line change @@ -54,3 +54,18 @@ If you have installed BlueJ via the installer you probably find the "userlib" fo
5454## Standalone
5555
5656You need to add the Jar file for your [ operating system] ( /download ) to the classpath.
57+
58+
59+ ## Maven
60+
61+ You can also use Scratch for Java via Maven. Just add the following dependency to your ` pom.xml ` :
62+
63+ ``` xml
64+ <dependency >
65+ <groupId >org.openpatch</groupId >
66+ <artifactId >scratch</artifactId >
67+ <version >4.23.0</version >
68+ </dependency >
69+ ```
70+
71+ We have also prepared a starter for you: [ Maven Starter] ( https://github.com/openpatch/scratch-for-java-maven-starter/tree/main )
You can’t perform that action at this time.
0 commit comments