Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven Artifact Resolver #666

Open
Amejonah1200 opened this issue Aug 28, 2023 · 1 comment
Open

Maven Artifact Resolver #666

Amejonah1200 opened this issue Aug 28, 2023 · 1 comment

Comments

@Amejonah1200
Copy link

Amejonah1200 commented Aug 28, 2023

A very popular issue when using Recaf is the fact that some dependencies are missing which are causing failed recompilation.

To add users to find the corresponding jars to add as library, there should be a utility for downloading artifacts based on maven coordinates.

These are the features I would suggest being available either built-in or as plugin:

  • Search for dependencies, like IntelliJ allows it to.
  • A search of artifacts based on packages.
  • Resolved dependencies should being able to be downloaded and linked to the workspace.

Upon investigation, the Maven Artifact Resolver can be used, this is, as noted by some, a "beefy" library, so it should be considered if this feature is better off in a plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants