find_jar
Locate JAR files by exact path, filename, prefix, substring, or Maven coordinates without opening them. Choose matching and format to get paths for decompilation or analysis.
Instructions
Find JAR paths by exact path, filename, prefix, substring, or Maven coordinates without opening the JAR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| match | No | prefix | |
| format | No | Output format. | text |
| jarPath | No | Absolute path to an exact JAR. Fastest selector. | |
| coordinates | No | groupId:artifactId[:version[:classifier]]. | |
| jarDirectory | No | Absolute directory to search for a JAR on demand. | |
| jarNamePrefix | No | JAR basename prefix. | |
| workspacePath | No | Absolute Java workspace path. Maven is optional. |