repo.or.cz
/
yosql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
create gradle examples
[yosql.git]
/
yosql-examples
/
yosql-examples-gradle
/
gradle
/
libs.versions.toml
blob
1d9bdb5235b04d1b2c48542cf7c05a95e172a3e1
1
[libraries]
2
hikari = "com.zaxxer:HikariCP:latest.release"
3
h2 = "com.h2database:h2:latest.release"
4
rxjava = "io.reactivex.rxjava2:rxjava:latest.release"
5
6
[bundles]
7
database = ["hikari", "h2"]
8
reactive = ["rxjava"]