File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >me.dhvakr</groupId >
66 <artifactId >keylogger</artifactId >
7- <version >1.0 </version >
7+ <version >0.0.1 </version >
88 <packaging >jar</packaging >
99
1010 <name >keylogger</name >
1717 </properties >
1818
1919 <dependencies >
20+
21+ <!-- https://mvnrepository.com/artifact/com.1stleg/jnativehook -->
2022 <dependency >
2123 <groupId >com.1stleg</groupId >
2224 <artifactId >jnativehook</artifactId >
2325 <version >2.1.0</version >
2426 </dependency >
2527
28+ <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
2629 <dependency >
2730 <groupId >org.slf4j</groupId >
2831 <artifactId >slf4j-api</artifactId >
2932 <version >1.7.25</version >
3033 </dependency >
3134
35+ <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
3236 <dependency >
3337 <groupId >org.apache.logging.log4j</groupId >
3438 <artifactId >log4j-slf4j-impl</artifactId >
3539 <version >2.10.0</version >
3640 </dependency >
3741
42+ <!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
3843 <dependency >
3944 <groupId >org.apache.logging.log4j</groupId >
4045 <artifactId >log4j-core</artifactId >
You can’t perform that action at this time.
0 commit comments