jvm-basics/GLD_jvm-basics.json

29 lines
545 B
JSON

{
"type":"LIBRARY",
"group-id":"com.atria-soft",
"description":"jvm basis call for all element who have jvm access",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
"code-quality":"MEDIUM",
"source": [
"jvm-basics/debug.cpp",
"jvm-basics/jvm-basics.cpp"
],
"header": [
"jvm-basics/jvm-basics.hpp"
],
"path":[
"."
],
"compilation-version": {
"language": "c++",
"version": 2017
},
"dependency": [
"etk"
]
}