forked from hoangQuan25/ProjectNFT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
20 lines (20 loc) · 1007 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX21"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/data-scraping-1.3.9.jar"/>
<classpathentry kind="lib" path="lib/gson-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.9.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.9.5.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.9.5.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.17.1.jar"/>
<classpathentry kind="lib" path="lib/selenium-chromium-driver-4.15.0.jar"/>
<classpathentry kind="lib" path="lib/selenium-server-standalone-3.141.59.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>