-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
46 lines (46 loc) · 3.63 KB
/
Copy path.classpath
File metadata and controls
46 lines (46 loc) · 3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="libs/openai/openai-java-3.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/openai-java-client-okhttp-3.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/openai-java-core-3.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/auto-value-annotations-1.11.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/anthropic/anthropic-java-2.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/anthropic/anthropic-java-client-okhttp-2.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/anthropic/anthropic-java-core-2.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/guava-33.4.8-jre.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/api-common-2.53.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/auto-value-1.11.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/error_prone_annotations-2.41.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/google-auth-library-credentials-1.38.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/google-auth-library-oauth2-http-1.38.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/google-genai-1.15.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/google-http-client-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/google-http-client-gson-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/google/gson-2.13.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/httpclient5-5.5.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/httpcore5-5.3.5.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/jackson-annotations-3.0-rc5.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/jackson-core-2.20.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/jackson-databind-2.20.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/jackson-datatype-jdk8-2.20.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/jackson-datatype-jsr310-2.20.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/jackson-module-kotlin-2.20.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/jackson-module-parameter-names-2.20.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/kotlin-reflect-2.2.10.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/kotlin-stdlib-2.2.10.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/kotlin-stdlib-jdk8-2.2.10.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/logging-interceptor-5.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/okhttp-5.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/okhttp-jvm-5.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/okio-3.16.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/okio-jvm-3.16.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/openai/slf4j-api-2.0.17.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>