-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing dependency #1
Comments
Totally forgot about those! Sorry. Here is the JAR. I'll add it to the libs directory too. |
Thanks! will you consider putting it in maven repo ? |
It's difficult to put it in a maven repo, can I have the source codes of Utilidades.jar ? My open source project is maven based and it breaks rules to force other developers to set up a local "Referenced Libraries" folder in eclipse and attach this jar locally. If I can have the source codes of Utilidades.jar, I can set up a new package "org.utilities" on one of our maven module. Thanks much! |
For me, I used the following two maven dependencies:
Also, it requires the original source codes of org.json that you already attached. I don't know which maven repo has them. If anyone has a maven project setup, do share it there. |
Hi,
I'm trying to set up eclipse to see your material design demo. But it complains about missing the following:
import org.utilities.Dates;
import org.utilities.Fecha;
import org.utilities.Focus;
import org.utilities.Mes;
import org.utilities.StringTrimmer;
import org.utilities.Dates;
Note: I've already import the java-json.jar and jfxtras-labs.jar into the build path.
Do let me know where to find them. Thx!
The text was updated successfully, but these errors were encountered: