java-tutorials/core-groovy-2/README.md

11 lines
495 B
Markdown
Raw Normal View History

2019-04-14 15:02:14 -04:00
# Groovy
## Relevant articles:
2019-04-17 03:59:36 -04:00
- [String Matching in Groovy](http://www.baeldung.com/)
2019-06-05 06:14:40 -04:00
- [Template Engines in Groovy](https://www.baeldung.com/groovy-template-engines)
2019-05-02 05:28:11 -04:00
- [Groovy def Keyword](https://www.baeldung.com/groovy-def-keyword)
- [Pattern Matching in Strings in Groovy](https://www.baeldung.com/groovy-pattern-matching)
2019-07-03 02:02:23 -04:00
- [Working with XML in Groovy](https://www.baeldung.com/groovy-xml)
- [Integrating Groovy into Java Applications](https://www.baeldung.com/groovy-java-applications)