Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Gradle

You're reading from   Mastering Gradle Master the technique of developing, migrating, and building automation using Gradle

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher
ISBN-13 9781783981366
Length 284 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (12) Chapters Close

Preface 1. Getting Started with Gradle FREE CHAPTER 2. Groovy Essentials for Gradle 3. Managing Task 4. Plugin Management 5. Dependency Management 6. Working with Gradle 7. Continuous Integration 8. Migration 9. Deployment 10. Building Android Applications with Gradle Index

Overview


Groovy is a dynamic programming language for the Java Platform. You might be wondering why we specifically mention the Java platform. By the Java platform, it means Groovy code compiles into the bytecode, and bytecodes are executed on JVM similar to any other Java class. Along with the OOP features, it also provides the capability of scripting languages such as Python and Smalltalk, making them available to use in Groovy using a Java-like syntax.

As Groovy runs on JVM, it can be easily integrated with Java and nicely fits into the existing infrastructure. For example, the build and deployment of Groovy code is the same as the build and deployment of Java code, and you can easily mix Groovy and Java together by just adding another JAR file to the library. Groovy is not the only language that runs on JVM. Some of the other languages are Scala, Clojure, JRuby, Jython, and so on. In my opinion, if you have some Java background, Groovy is much easier to learn when compared with other...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime