简体   繁体   中英

Where to find the third-party jars imported by spring source code

When I was reading the spring source code( version 5.0 ), I found it imports some third-party jars. But I found no pom file in the package downloaded from github. So where to find those jars, such as rx.RxReactiveStreams imported by org.springframework.core.ReactiveAdapterRegistry ?

If you're trying to find the source of some class that's available in the general Java ecosystem, you can go to the Central Repository and search there. The fc: option allows you to search by "full class name", and searching fc:rx.RxReactiveStreams provides some good candidates, particularly io-reactivex:rxjava-reactive-streams .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM