| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
- <attributes>
- <attribute name="module" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="C:/Users/Axel/.m2/repository/com/google/guava/guava/30.0-jre/guava-30.0-jre.jar" sourcepath="C:/Users/Axel/.m2/repository/com/google/guava/guava/30.0-jre/guava-30.0-jre-sources.jar">
- <attributes>
- <attribute name="maven.pomderived" value="true"/>
- <attribute name="maven.groupId" value="com.google.guava"/>
- <attribute name="maven.artifactId" value="guava"/>
- <attribute name="maven.version" value="30.0-jre"/>
- <attribute name="maven.scope" value="compile"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX"/>
- <classpathentry combineaccessrules="false" kind="src" path="/Odds"/>
- <classpathentry kind="output" path="bin"/>
- </classpath>
|