How to find dependency information that is dependent jar package maven official website

How to find dependency information official website, that

<dependency>
    <groupId>org.json</groupId>
    <artifactId>json</artifactId>
    <version>20180813</version>
</dependency>

1. Visit the official website

URL
search jar package
Here Insert Picture Description
selection jar package
Here Insert Picture Description

Select the version
Here Insert Picture Description
dependency information came out
Here Insert Picture Description

Guess you like

Origin blog.csdn.net/u012385160/article/details/90612567