reggol/GLD_reggol.json
2022-10-01 15:18:39 +02:00

25 lines
530 B
JSON

{
"type":"LIBRARY",
"group-id":"org.atriasoft",
"description":"Simple java logger",
"license":"MPL-2",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"source": [
"src/module-info.java",
"src/io/atriasoft/reggol/LoggerLocal.java",
"src/io/atriasoft/reggol/internal/Log.java",
"src/io/atriasoft/reggol/Logger.java",
"src/io/atriasoft/reggol/LogLevel.java"
],
"path":[
"src/"
],
"compilation-version": {
"java": 18
}
}