Narrow your search

Library

Vlerick Business School (7)

Odisee (4)

Thomas More Mechelen (4)

UCLL (4)

VIVES (4)

Thomas More Kempen (3)

KU Leuven (2)

LUCA School of Arts (2)

ULB (2)

ULiège (2)

More...

Resource type

book (9)

digital (1)


Language

English (8)

German (1)


Year
From To Submit

2021 (1)

2016 (1)

2015 (6)

2014 (1)

Listing 1 - 9 of 9
Sort by

Book
Mastering Gradle : master the technique of developing, migrating, and building automation using Gradle
Author:
ISBN: 9781783981373 1783981377 Year: 2015 Publisher: Birmingham, [England] ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

If you are a developer with some experience in build tool and want to become an expert in build tool, then this book is for you. Basic knowledge of Gradle or any other build tool is essential.


Book
Gradle dependency management : learn how to use Gradle's powerful dependency management through extensive code samples, and discover how to define, customize, and deploy dependencies
Author:
ISBN: 9781784392673 1784392677 Year: 2015 Publisher: Birmingham, England ; Mumbai, [India] : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

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.


Book
Gradle for Android : automate the build process for your Android projects with Gradle
Author:
ISBN: 9781783986835 1783986832 Year: 2015 Publisher: Birmingham, England : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

If you are an experienced Android developer wanting to enhance your skills with the Gradle Android build system, then this book is for you. As a prerequisite, you will need some knowledge of the concepts of Android application development.


Multi
Introducing Gradle
Authors: ---
ISBN: 9781484210314 9781484210321 9781484210338 148421031X Year: 2015 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This concise book is a quick start-up primer on the Gradle build and release tool. You'll learn about Gradle and how to set it up to use. You'll learn about the Gradle life cycle and how to effectively leverage and use it. Also, you'll learn the basics of using site plugins and generating Javadocs, test coverage/FindBugs reports, version/release notes and more. Furthermore, you'll take advantage of Gradle's archetypes to bootstrap new projects easily. After reading and using Introducing Gradle, you'll have an understanding of Gradle's dependency management and how to organize basic and multi-module Gradle projects. It includes the new features and enhancements found in the latest version of Gradle, an open source enhanced Java build and release tool for Java that is especially popular among Spring application developers.


Book
Gradle in action
Author:
ISBN: 1638351724 Year: 2014 Publisher: Shelter Island, New York : Manning Publications,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Android-Apps programmieren : Professionelle App-Entwicklung mit Android Studio 4.
Author:
ISBN: 3747502172 Year: 2021 Publisher: Frechen : mitp,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Biographical note: Long description:


Book
Gradle effective implementations guide
Author:
ISBN: 1784396117 9781784396114 9781784394974 1784394971 Year: 2016 Publisher: Birmingham, UK

Loading...
Export citation

Choose an application

Bookmark

Abstract

A comprehensive guide to get up and running with build automation using Gradle About This Book Practical and engaging from start to finish covering the fundamentals of Gradle Learn the skills required to develop Java applications with Gradle and integrate at an enterprise level Apply the correct plugin and configuration to our Gradle build files to work with the different languages Who This Book Is For This book is for Java developers who have working knowledge of build automation processes and are now looking to gain expertise with Gradle and add to their skill set. What You Will Learn Write your first Gradle Script Write build logic with the Gradle build language Explore the Java plugins supported by Gradle Understand dependency management in Gradle Package and publish your (web) application Integrate Scala and Groovy with Gradle Write your own custom tasks and plugins Integrate Gradle with your IDE In Detail Gradle is a project automation tool that has a wide range of applications. The basic aim of Gradle is to automate a wide variety of tasks performed by software developers, including compiling computer source code to binary code, packaging binary codes, running tests, deploying applications to production systems, and creating documentation. The book will start with the fundamentals of Gradle and introduce you to the tools that will be used in further chapters. You will learn to create and work with Gradle scripts and then see how to use Gradle to build your Java Projects. While building Java application, you will find out about other important topics such as dependency management, publishing artifacts, and integrating the application with other JVM languages such as Scala and Groovy. By the end of this book, you will be able to use Gradle in your daily development. Writing tasks, applying plugins, and creating build logic will be your second nature. Style and approach This step-by-step guide aims to cover the fundamentals of Gradle and focuses on providing the practical skills required to develop web application. Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the code file.


Book
Gradle essentials
Authors: ---
ISBN: 9781783982370 1783982373 1783982365 9781783982363 9781783982363 Year: 2015 Publisher: Birmingham

Loading...
Export citation

Choose an application

Bookmark

Abstract

Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guide About This Book Write beautiful build scripts for various types of projects effortlessly Become more productive by harnessing the power and elegance of the Gradle DSL Learn how to use Gradle quickly and effectively with this step-by-step guide Who This Book Is For This book is for Java and other JVM-based language developers who want to use Gradle or are already using Gradle on their projects. No prior knowledge of Gradle is required, but some familiarity with build-related terminologies and an understanding of the Java language would help. What You Will Learn Master the Gradle DSL by identifying the building blocks Learn just enough Groovy for Gradle Set up tests and reports for your projects to make them CI ready Create library, stand-alone, and web projects Craft multi-module projects quickly and efficiently Migrate existing projects to a modern Gradle build Extract common build logic into plugins Write builds for languages like Java, Groovy, and Scala In Detail Gradle is an advanced and modern build automation tool. It inherits the best elements of the past generation of build tools, but it also differs and innovates to bring terseness, elegance, simplicity, and the flexibility to build. Right from installing Gradle and writing your first build file to creating a fully-fledged multi-module project build, this book will guide you through its topics in a step-by-step fashion. You will get your hands dirty with a simple Java project built with Gradle and go on to build web applications that are run with Jetty or Tomcat. We take a unique approach towards explaining the DSL using the Gradle API, which makes the DSL more accessible and intuitive. All in all, this book is a concise guide to help you decipher the Gradle build files, covering the essential topics that are most useful in real-world projects. With every chapter, you will learn a new topic and be able to readily implement your build files. Style and approach This step-by-step guide focuses on being productive with every chapter. When required, topics are explained in-depth to give you a good foundation of the Gradle fundamentals. The book covers most aspects of builds required for conventional JVM-based projects, and when necessary, points you towards the right resources.


Book
Introducing Gradle
Authors: ---
ISBN: 1484210328 148421031X Year: 2015 Publisher: Berkeley, CA : Apress : Imprint: Apress,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This concise book is a quick start-up primer on the Gradle build and release tool. You'll learn about Gradle and how to set it up to use. You'll learn about the Gradle life cycle and how to effectively leverage and use it. Also, you'll learn the basics of using site plugins and generating Javadocs, test coverage/FindBugs reports, version/release notes and more. Furthermore, you'll take advantage of Gradle's archetypes to bootstrap new projects easily. After reading and using Introducing Gradle, you'll have an understanding of Gradle's dependency management and how to organize basic and multi-module Gradle projects. It includes the new features and enhancements found in the latest version of Gradle, an open source enhanced Java build and release tool for Java that is especially popular among Spring application developers.

Listing 1 - 9 of 9
Sort by