14 lines
692 B
Markdown
Raw Normal View History

# Groovy
## Relevant articles:
- [JDBC with Groovy](http://www.baeldung.com/jdbc-groovy)
- [Working with JSON in Groovy](http://www.baeldung.com/groovy-json)
2019-03-04 16:49:02 +05:30
- [Reading a File in Groovy](https://www.baeldung.com/groovy-file-read)
2019-03-04 17:18:18 +05:30
- [Types of Strings in Groovy](https://www.baeldung.com/groovy-strings)
2019-03-04 17:20:11 +05:30
- [A Quick Guide to Iterating a Map in Groovy](https://www.baeldung.com/groovy-map-iterating)
2019-03-04 17:21:57 +05:30
- [An Introduction to Traits in Groovy](https://www.baeldung.com/groovy-traits)
2019-03-09 23:56:46 +02:00
- [Lists in Groovy](https://www.baeldung.com/groovy-lists)
2019-03-18 18:56:11 +08:00
- [Converting a String to a Date in Groovy](https://www.baeldung.com/groovy-string-to-date)
2019-03-18 18:59:17 +08:00
- [Guide to I/O in Groovy](https://www.baeldung.com/groovy-io)