- Version for IntelliJ IDEA 2024.3: is the last functional version of the plugin.
- There will be no version for IntelliJ IDEA 2025.1 or further. The Package Search Plugin and its associated services will be discontinued.
The Package Search web service, including the website and API, will be shut down on April 1, 2025. This means that all older versions of plugins will cease functioning after this date. Please plan your transition accordingly.
IntelliJ IDEA provides some built-in features that can be used instead of the Package Search plugin:
- Dependency Analyzer helps you visualize and understand the dependencies in your project.
- IntelliJ IDEA provides auto-completion for dependency coordinates in your Maven build scripts using information from your local Maven repository (
~/.m2/repository
). This allows the IDE to suggest and autocomplete dependencies already present in your local environment or have been used in your projects. It is also possible to download the index of Maven Central locally to get even more options in completion. More details can be found in the documentation on Maven dependency management.
Package Search is an IntelliJ plugin that allows you to search for packages from the editor. It supports searching for packages from the following package managers by default:
It also supports Kotlin Multiplatform projects for both for Gradle and Amper.
You can download the plugin from the JetBrains Marketplace
or directly in IntelliJ by going to Preferences > Plugins > Marketplace
and searching for Package Search
.
The plugin is compatible with IntelliJ 2023.2 and newer.
To build the plugin, run the following command:
./gradlew :plugin:buildShadowPlugin
To run the plugin, run the following command:
./gradlew :plugin:runIde