1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+
7+ <groupId >org.example</groupId >
8+ <artifactId >FieldArrowsJava2</artifactId >
9+ <version >1.0-SNAPSHOT</version >
10+
11+ <properties >
12+ <maven .compiler.source>22</maven .compiler.source>
13+ <maven .compiler.target>22</maven .compiler.target>
14+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15+ </properties >
16+ <dependencies >
17+ <!-- https://mvnrepository.com/artifact/org.jfree/jfreechart -->
18+ <dependency >
19+ <groupId >org.jfree</groupId >
20+ <artifactId >jfreechart</artifactId >
21+ <version >1.5.5</version >
22+ </dependency >
23+ <!-- https://mvnrepository.com/artifact/net.objecthunter/exp4j -->
24+ <dependency >
25+ <groupId >net.objecthunter</groupId >
26+ <artifactId >exp4j</artifactId >
27+ <version >0.4.8</version >
28+ </dependency >
29+ <!-- https://mvnrepository.com/artifact/com.formdev/flatlaf -->
30+ <dependency >
31+ <groupId >com.formdev</groupId >
32+ <artifactId >flatlaf</artifactId >
33+ <version >3.5.4</version >
34+ </dependency >
35+ <!-- https://mvnrepository.com/artifact/com.miglayout/miglayout -->
36+ <dependency >
37+ <groupId >com.miglayout</groupId >
38+ <artifactId >miglayout</artifactId >
39+ <version >3.7.4</version >
40+ </dependency >
41+ </dependencies >
42+ </project >
0 commit comments