jar_find
Locate jar files on this machine by name, including build outputs, Maven repositories, and Gradle caches, to get a path for further inspection.
Instructions
Find jar files on this machine by name: build output, Maven repo, Gradle cache.
Use it to turn "the Jackson databind jar" into a path you can pass to the other tools.
Args:
query: Part of the file name, or a glob such as jackson-databind-*.jar.
search_path: Extra directories to scan first, separated by the path separator.
include_classifiers: Also list -sources, -javadoc and -tests jars.
limit: Maximum jars to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| search_path | No | ||
| include_classifiers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |