Skip to content

Commit 38238d7

Browse files
committed
Update README.md
1 parent 503cdcb commit 38238d7

1 file changed

Lines changed: 23 additions & 7 deletions

File tree

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,43 @@
44

55
A Java program that fetches IFNTUOG schedule and converts it into an ICS file (iCal file format)
66

7-
Version: **2.4.1**
8-
97
## Dependencies
108

11-
- Java 21\
9+
Runtime
10+
11+
- Java 23\
1212
Language version
1313

14-
- Jsoup 1.17.2\
14+
Project
15+
16+
- Jsoup 1.18.1\
1517
HTML format parser\
1618
Maven: `org.jsoup:jsoup`
1719

18-
- JSON 20230303\
20+
- JSON 20240303\
1921
JSON format parser\
2022
Maven: `org.json:json`
2123

2224
- JComboBox AutoCompletion by [Thomas Bierhance](mailto:thomas@orbital-computer.de)\
2325
[Source](http://www.orbital-computer.de/JComboBox) | [Download](http://www.orbital-computer.de/JComboBox/source/AutoCompletion.java)
2426

27+
- Log4J API 3.0.0-beta2\
28+
Logging framework API\
29+
Maven: `org.apache.logging.log4j:log4j-api`
30+
2531
Dev
2632

27-
- JetBrains Annotations 24.1.0
33+
- JetBrains Annotations 24.1.0\
34+
Most common annotations\
35+
Maven: `org.jetbrains:annotations`
36+
37+
- JUnit Jupiter 5.11.0\
38+
Unit testing framework\
39+
Maven: `org.junit.jupiter:junit-jupiter`
40+
41+
- Log4J Core 3.0.0-beta2\
42+
Logging framework core\
43+
Maven: `org.apache.logging.log4j:log4j-core`
2844

2945
---
3046

@@ -65,4 +81,4 @@ Here are some examples
6581
Лаб;Lab work
6682
Пр;Practice
6783
Л;Lecture
68-
```
84+
```

0 commit comments

Comments
 (0)