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 17efe0cb23
12 changed files with 498 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;
}