II.
Tool JSON
Structured · livetool:sbt
sbt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:sbt",
"_kind": "Tool",
"_file": "domain/tools/tools-build.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "sbt",
"homepageUrl": "https://www.scala-sbt.org",
"kind": "build-tool",
"language": "language:scala",
"description": "Scala-centric build tool with incremental compilation, REPL,\ncross-version builds, and plugin DSL.\n"
},
"outgoingEdges": [
{
"from": "tool:sbt",
"to": "language:scala",
"kind": "belongs_to_language"
},
{
"from": "tool:sbt",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:sbt",
"to": "tool:gradle",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools"
}
},
{
"from": "tool:sbt",
"to": "tool:maven",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools"
}
}
],
"incomingEdges": [
{
"from": "stack-profile:scala-akka-microservice",
"to": "tool:sbt",
"kind": "composed_of"
},
{
"from": "tool:gradle",
"to": "tool:sbt",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools"
}
},
{
"from": "tool:maven",
"to": "tool:sbt",
"kind": "alternative_to",
"attributes": {
"comparison": "JVM build tools"
}
}
]
}