Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Gradle Dependency Management

Posted By: AlenMiler
Gradle Dependency Management

Gradle Dependency Management by Hubert Klein Ikkink
English | 21 Jun. 2015 | ISBN: 1784392782 | 188 Pages | EPUB/MOBI/PDF (True) | 7.53 MB

If you work on Java projects, use Gradle as a build automation tool, and you use dependencies in your project, this is the book for you. Additionally, if you want to deploy your project artifacts as dependencies for other developers using Gradle, you've found the right book.

Learn how to use Gradle's powerful dependency management through extensive code samples, and discover how to define, customize, and deploy dependencies

About This Book

Be in total control of your dependencies
Deploy your artifacts to repositories with Gradle
Learn through code snippets and real-life examples

What You Will Learn

Define dependencies in your Java projects
Publish your artifacts to Maven and Ivy repositories
Configure transitive dependencies
Install your artifacts in Bintray
Customize the resolution of dependency rules
Use your own code as dependencies in a multimodule project
Configure repositories to resolve dependencies
In Detail

Gradle is the next generation in build automation. It allows you to define dependencies for your project in a clear way and also customize how they are resolved to suit your needs. It offers fine-grained control over how to publish your artifacts to Maven and Ivy repositories.

Gradle Dependency Management defines dependencies for your Java-based project and customizes how they are resolved. You will learn how to configure the publication of artifacts to different repositories. Packed with plenty of code samples, you will understand how to define the repositories that contain dependencies. Following this, you will learn how to customize the dependency resolution process in Gradle.