Re: Querying Maven Central Index by Class Name

2020-01-30 Thread Tomo Suzuki
> indexes published by central does NOT have class names available Thank you for clarification! On Sat, Jan 25, 2020 at 11:35 AM Tamás Cservenák wrote: > > Not to mention that the indexes published by central does NOT have class > names available. > > T > > On Sat, Jan 25, 2020 at 5:25 PM Tomo

Re: Querying Maven Central Index by Class Name

2020-01-25 Thread Tamás Cservenák
Not to mention that the indexes published by central does NOT have class names available. T On Sat, Jan 25, 2020 at 5:25 PM Tomo Suzuki wrote: > Anthony and Robert, > > Thank you for information. They both seem better than querying > nexus-maven-repository-index.gz by myself. > > Regards, >

Re: Querying Maven Central Index by Class Name

2020-01-25 Thread Tomo Suzuki
Anthony and Robert, Thank you for information. They both seem better than querying nexus-maven-repository-index.gz by myself. Regards, Tomo On Fri, Jan 24, 2020 at 15:38 Robert Scholte wrote: > Try > https://search.maven.org/search?q=fc:com.google.common.util.concurrent.MoreExecutors > > > On

Re: Querying Maven Central Index by Class Name

2020-01-24 Thread Robert Scholte
Try https://search.maven.org/search?q=fc:com.google.common.util.concurrent.MoreExecutors On https://search.maven.org/ you can click on Advanced options to see all  possibilities Robert  On 24-1-2020 20:33:21, Tomo Suzuki wrote: Hi Maven users, Does anybody know how to query class names in

Re: Querying Maven Central Index by Class Name

2020-01-24 Thread Anthony Whitford
You may have some luck with this: https://oss.sonatype.org/ You can search artifacts for a class name, for example. Try searching for: com.google.common.util.concurrent.MoreExecutors Sadly, it doesn’t return results for:

Querying Maven Central Index by Class Name

2020-01-24 Thread Tomo Suzuki
Hi Maven users, Does anybody know how to query class names in Maven Central Index (nexus-maven-repository-index.gz) [1] to get Maven artifacts that contain the class? I'm exploring ways to find Maven artifacts by a class name. For example, I want to find which versions of Guava had class