Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dierk/groovyinaction
Source code of the book Groovy in Action, 2nd edition
https://github.com/dierk/groovyinaction
groovy jvm language
Last synced: 3 days ago
JSON representation
Source code of the book Groovy in Action, 2nd edition
- Host: GitHub
- URL: https://github.com/dierk/groovyinaction
- Owner: Dierk
- License: apache-2.0
- Created: 2015-06-04T10:09:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T22:13:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T19:09:19.158Z (3 days ago)
- Topics: groovy, jvm, language
- Language: Groovy
- Size: 2.77 MB
- Stars: 199
- Watchers: 38
- Forks: 78
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Groovy In Action
Source code of the book [Groovy in Action, 2nd edition (manning,](http://manning.com/koenig2/?a_aid=regina&a_bid=8ade3b0e)
[amazon)](http://www.amazon.com/gp/product/1935182447/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182447&linkCode=as2&tag=httpgroovycan-20&linkId=XLTAIALXLIUBWPOH)### Use it? Star it!
All source code is free for everybody's use under the Apache 2 license.If you want to do us a favor in return, please give this repo a "star" such that we can get at least a feeling of how many developers are using it. _Thanks!_
# Prerequisites
* Java 1.7 or higher
* Groovy 2.4.1 or higher# Considerations
One can run all listings by calling
groovy alltests
However, since some listings rely on external
constraints like special versions of the JVM
(e.g. to test Groovy features for Java 8) or
OS-specific integration features, some listings
may be excluded from execution.Listings are usually made such that you can
`cd` into the directory for that chapter and
call the listing viagroovy mylistingname
If no other instructions apply, you best
use Groovy 2.4.1 and Java 7. More recent versions
will also work in most cases.There are code adaptions to Java 8.
Please use the Java_8 branch if you rely on those.Keep groovin'
The authors