-
-
Notifications
You must be signed in to change notification settings - Fork 441
Expand file tree
/
Copy path.classpath
More file actions
9 lines (9 loc) · 554 Bytes
/
.classpath
File metadata and controls
9 lines (9 loc) · 554 Bytes
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.9.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.9.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.9.8.jar"/>
</classpath>