Can the IntelliJ external maven library tell where the dependencies are from?

TryMyBest :

I am using IntelliJ and maven for dependencies. From the External library, I could see the maven import dependencies.

enter image description here

Something like this, is that possible to know where these dependencies come from? I try to search for com.sun.xml: jaxb-core in the pom file but I can't find exactly that dependency. So is that possible to know where this single dependency comes from? Thanks!

kakabali :

Follow the steps here, I am also attaching the screen shots for better understanding.

  1. Open your POM.xml in the editor -> right click in the editor area -> diagrams -> show dependencies, like below:-

alternatively use shortcut ctrl+alt+shift+U

enter image description here

  1. after this a separate window with some hierarchy will show up like below(sorry but for complex dependencies it actually shows up like this):-

enter image description here

  1. there you can search your dependency by typing ctrl+f and entering the dependency name like jaxb-core or anything upto your case, in my case i searched jackson-core

  2. After little zooming in, you can also click on the line arrows to check where it is coming from and do that until you want to check from which initial dependency is it coming from, refer the image below for this:-

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Adding Javadoc of dependencies of a library from Maven in IntelliJ IDEA

From Dev

cmake: how to tell library where to find dependencies

From Dev

Maven can't resolve dependencies from Parent Module in IntelliJ

From Java

Intellij Maven: Create jar with all library dependencies

From Dev

How can I tell where dependencies in podfile.lock come from in order to pin them to specific version?

From Dev

IntelliJ can't find custom library [Maven]

From Dev

IntelliJ not reflecting Maven dependencies

From Java

Maven dependencies in IntelliJ project

From Dev

IntelliJ is not recognizing Maven Dependencies

From Dev

Can't use external java library in Intellij IDEA

From Java

Can't use external dependency (installed by Maven) in IntelliJ Ultimate

From Dev

Intellij cannot resolve methods of classes from external library

From Dev

Why intelliJ doesn't show maven dependency as External dependencies and also shows red symbols even though the dependencies are downloaded

From Dev

Gradle: Where are external dependencies stored?

From Dev

In our library, how to tell webpack to skip dependencies?

From Java

Import Maven dependencies in IntelliJ IDEA

From Dev

Update Maven dependencies in IntelliJ Idea

From Dev

Intellij IDEA: Artifact dependencies not synchronized with Maven dependencies

From Java

Binary library dependencies in Maven / Eclipse

From Dev

Where can I find the error messages for IntelliJ Maven repository errors?

From Dev

Can't Tell Where IIS Inheritance is coming from

From Dev

Maven can not resolve dependencies

From Java

where to define test maven dependencies

From Dev

How can I copy dependencies from a library project to the main project?

From Dev

How to reference external library dependencies in qt qbs?

From Dev

use of external dependencies in pipeline shared library

From Dev

Adding a Java Library with External Dependencies to an Android Project

From Dev

How can I tell maven where I want the compiled code to go?

From Dev

No qualifying bean of type for 2 external maven dependencies

Related Related

  1. 1

    Adding Javadoc of dependencies of a library from Maven in IntelliJ IDEA

  2. 2

    cmake: how to tell library where to find dependencies

  3. 3

    Maven can't resolve dependencies from Parent Module in IntelliJ

  4. 4

    Intellij Maven: Create jar with all library dependencies

  5. 5

    How can I tell where dependencies in podfile.lock come from in order to pin them to specific version?

  6. 6

    IntelliJ can't find custom library [Maven]

  7. 7

    IntelliJ not reflecting Maven dependencies

  8. 8

    Maven dependencies in IntelliJ project

  9. 9

    IntelliJ is not recognizing Maven Dependencies

  10. 10

    Can't use external java library in Intellij IDEA

  11. 11

    Can't use external dependency (installed by Maven) in IntelliJ Ultimate

  12. 12

    Intellij cannot resolve methods of classes from external library

  13. 13

    Why intelliJ doesn't show maven dependency as External dependencies and also shows red symbols even though the dependencies are downloaded

  14. 14

    Gradle: Where are external dependencies stored?

  15. 15

    In our library, how to tell webpack to skip dependencies?

  16. 16

    Import Maven dependencies in IntelliJ IDEA

  17. 17

    Update Maven dependencies in IntelliJ Idea

  18. 18

    Intellij IDEA: Artifact dependencies not synchronized with Maven dependencies

  19. 19

    Binary library dependencies in Maven / Eclipse

  20. 20

    Where can I find the error messages for IntelliJ Maven repository errors?

  21. 21

    Can't Tell Where IIS Inheritance is coming from

  22. 22

    Maven can not resolve dependencies

  23. 23

    where to define test maven dependencies

  24. 24

    How can I copy dependencies from a library project to the main project?

  25. 25

    How to reference external library dependencies in qt qbs?

  26. 26

    use of external dependencies in pipeline shared library

  27. 27

    Adding a Java Library with External Dependencies to an Android Project

  28. 28

    How can I tell maven where I want the compiled code to go?

  29. 29

    No qualifying bean of type for 2 external maven dependencies

HotTag

Archive