how to check out the right project from maven when I have known the java class

StackOverflow https://stackoverflow.com/questions/23593579

  •  20-07-2023
  •  | 
  •  

Вопрос

For example, I have known that I want to use the class as below: https://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/requestfactory/shared/Receiver.java?r=8808

But I don't know which project should be involved in the pom.xml of my maven project.

And I usually meet similar issue.

Is there any way for me to check the right project when I have got the official doc to specific java class ?

Thanks in advance.

Это было полезно?

Решение

Might be thrash answer, but works good for me: Copy package name to google (or other search engine) and add maven at the end. If it is in maven repo and it wasn't added there few moments ago it should find it.

In you're case it would be serch for "com.google.web.bindery.requestfactory.shared maven".

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top