II.
Tool JSON
Structured · livetool:maven
Apache Maven json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:maven",
"_kind": "Tool",
"_file": "domain/tools/tools-build.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Apache Maven",
"homepageUrl": "https://maven.apache.org",
"kind": "build-tool",
"language": "language:java",
"description": "XML-driven JVM build tool with a convention-based lifecycle, POM\ndependency model, and a vast plugin set.\n"
},
"outgoingEdges": [
{
"from": "tool:maven",
"to": "language:java",
"kind": "belongs_to_language"
},
{
"from": "tool:maven",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:maven",
"to": "tool:gradle",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools — Maven uses XML; Gradle uses Groovy/Kotlin DSL"
}
},
{
"from": "tool:maven",
"to": "tool:sbt",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools"
}
},
{
"from": "tool:maven",
"to": "tool:bazel",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Maven is JVM-focused; Bazel is multi-language"
}
}
],
"incomingEdges": [
{
"from": "tool:bazel",
"to": "tool:maven",
"kind": "alternative_to",
"attributes": {
"comparison": "Build systems — Bazel is multi-language; Maven is JVM-focused"
}
},
{
"from": "tool:cargo",
"to": "tool:maven",
"kind": "alternative_to",
"attributes": {
"comparison": "Build tools — Cargo is Rust's build tool; Maven is for JVM languages"
}
},
{
"from": "tool:gradle",
"to": "tool:maven",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools — Gradle uses Groovy/Kotlin DSL; Maven uses XML"
}
},
{
"from": "tool:sbt",
"to": "tool:maven",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools"
}
},
{
"from": "tool-server:mcp-maven",
"to": "tool:maven",
"kind": "integrates_with",
"attributes": {}
}
]
}