Commit uncommitted changes
This commit is contained in:
parent
177d2c0cc9
commit
4b11b9efbb
29 changed files with 582 additions and 331 deletions
|
@ -28,6 +28,12 @@ dependencies {
|
|||
implementation 'com.j256.ormlite:ormlite-core:5.1'
|
||||
implementation 'com.j256.ormlite:ormlite-jdbc:5.1'
|
||||
implementation 'com.h2database:h2:1.4.197'
|
||||
|
||||
// Lombok
|
||||
compile 'org.projectlombok:lombok:1.18.6'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.6'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
jfx {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue