When using 3rd party open source libraries, we usually get the choice either to download the JAR/project files or to use Maven to fetch them. We should always try and use Maven for better maintenance and version control.
If the library owner hasn’t mentioned if it’s being released in maven, you can always try and search it in: http://search.maven.org/ .
If the library owner hasn’t mentioned if it’s being released in maven, you can always try and search it in: http://search.maven.org/ .
Maven, Android Studio and Gradle
Using Android Studio gives you an easy access to Maven repositories.
It starts with your `build.gradle` file.
All you have to do is first declare you are looking at the main maven central (this has probably is already set at the top of the file), And then point to direct Maven link you would like to use as a library,
No comments:
Post a Comment