analyze_jar_structure
Analyze a Maven jar's overall structure and metadata by supplying its group ID, artifact ID, and version. Discover its packages, classes, and manifest details.
Instructions
Analyze the overall structure and metadata of a jar file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Maven version | |
| group_id | Yes | Maven group ID | |
| artifact_id | Yes | Maven artifact ID | |
| summarize_large_content | No | Summarize large content automatically |