11 lines
495 B
Markdown
Raw Normal View History

2019-04-14 22:02:14 +03:00
# Groovy
## Relevant articles:
2019-04-17 10:59:36 +03:00
- [String Matching in Groovy](http://www.baeldung.com/)
2019-06-05 15:44:40 +05:30
- [Template Engines in Groovy](https://www.baeldung.com/groovy-template-engines)
2019-05-02 17:28:11 +08: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 11:32:23 +05:30
- [Working with XML in Groovy](https://www.baeldung.com/groovy-xml)
- [Integrating Groovy into Java Applications](https://www.baeldung.com/groovy-java-applications)