All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.dependency.json Maven / Gradle / Ivy

The newest version!
{
    "nodeKeys" : [
	{ "id" : 58, "name" : "DEPENDENCY_GROUP_ID", "comment" : "The group ID for a dependency", "valueType" : "string", "cardinality" : "zeroOrOne" }
    ],

    "nodeTypes" : [
        {"id" : 35, "name" : "DEPENDENCY",
         "keys": ["VERSION","NAME","DEPENDENCY_GROUP_ID"],
         "comment" : "This node represents a dependency",
         "outEdges": []
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy