create gradle examples
[yosql.git] / yosql-examples / yosql-examples-gradle / gradle / libs.versions.toml
blob1d9bdb5235b04d1b2c48542cf7c05a95e172a3e1
1 [libraries]
2 hikari = "com.zaxxer:HikariCP:latest.release"
3 h2 = "com.h2database:h2:latest.release"
4 rxjava = "io.reactivex.rxjava2:rxjava:latest.release"
6 [bundles]
7 database = ["hikari", "h2"]
8 reactive = ["rxjava"]