Top "Libraries" questions

Use this tag for questions about software libraries.

Gradle failed to resolve library in Android Studio

I want to include a library in Android Studio , but it displays error like below : "Failed to resolve:com.lemonlab:…

android gradle libraries
What are libtool's .la file for?

What are libtool's .la files for? How are they used with a shared object?

linux libraries libtool
The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

I am writing a simple Java program on Eclipse. import java.util.HashMap; public class Demo { public static void main(…

java eclipse hashmap libraries
What is index.js used for in node.js projects?

Other than a nice way to require all files in a directory (node.js require all files in a folder?), …

node.js libraries
how to include libraries in java without using an IDE

How do I import libraries in my java program without using an IDE like Netbeans? In Netbeans I do it …

java libraries
Get available modules

With PHP you have the phpinfo() which lists installed modules and then from there look up what they do. Is …

python libraries
python libraries for ssh handling

I'm going to write first code for handling ssh commands on python and I did search over the stackoverflow and …

python ssh libraries paramiko pexpect
MatLab error: cannot open with static TLS

Since a couple of days, I constantly receive the same error while using MATLAB which happens at some point with …

matlab libraries lapack blas dlopen
Duplicate classes from androidx and com.android.support

I recently updated my Android Studio (and I'm pretty sure the Gradle version), and now I've been getting a bunch …

android android-studio android-gradle-plugin libraries androidx
Update composer dependencies from command line

I am currently working with symfony2 and I want to launch to download the libraries I need. I know the …

php symfony libraries composer-php