- Groovy 2 Cookbook
- Andrey Adamovich Luciano Fiandesio
- 111字
- 2021-07-23 15:57:22
Introduction
In this chapter, we will introduce the Groovy ecosystem: compilation, embedding, building, documentation, and analysis options that various, tools surrounding, Groovy offer to make your life smoother.
In the first three recipes, we will demonstrate how simple Java and Groovy interoperability is and what makes Groovy the perfect tool in a Java developer's hands. The following recipes will describe external dependency management possibilities and the most popular build tools (for example, Ant, Maven, and Gradle) integration options. Then there will be a recipe devoted to Groovydoc, which can be used to generate documentation for your sources. Finally, the last recipe will introduce a way to verify your Groovy code quality.
推薦閱讀
- 多媒體CAI課件設(shè)計(jì)與制作導(dǎo)論(第二版)
- LabVIEW Graphical Programming Cookbook
- OpenCV for Secret Agents
- BIM概論及Revit精講
- Apache Kafka Quick Start Guide
- 深入理解Android:Wi-Fi、NFC和GPS卷
- 領(lǐng)域驅(qū)動(dòng)設(shè)計(jì):軟件核心復(fù)雜性應(yīng)對(duì)之道(修訂版)
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Django Design Patterns and Best Practices
- Visual C++從入門到精通(第2版)
- Learning Cocos2d-JS Game Development
- 微服務(wù)設(shè)計(jì)
- Flask Web開發(fā)實(shí)戰(zhàn):入門、進(jìn)階與原理解析
- 程序員的算法趣題2