RM-6941 added slf4j and junit test [ags]

This commit is contained in:
bdwiwedi
2021-08-10 00:46:16 +05:30
parent 7014074609
commit 6f88d04bb3
11 changed files with 497 additions and 544 deletions

5
amps/module-info.java Normal file
View File

@@ -0,0 +1,5 @@
module simple.lombok {
requires static lombok;
requires java.logging;
}