pawel.barszcz
11/20/2016, 1:32 PMspring-transaction
module of Exposed in my build.gradle
// Exposed - type-safe SQL DSL for Kotlin
// <https://github.com/JetBrains/Exposed>
// <https://spring.io/blog/2016/03/20/a-geospatial-messenger-with-kotlin-spring-boot-and-postgresql>
compile group: 'org.jetbrains.exposed', name: 'exposed', version: '0.7.4'
compile group: 'org.jetbrains.exposed', name: 'spring-transaction', '0.7.4'