GET /api/v1/ports/commons-logging/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "commons-logging",
"portdir": "java/commons-logging",
"version": "1.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://commons.apache.org/logging/",
"description": "Apache Commons-Logging",
"long_description": "Commons-Logging is a wrapper around a variety of logging API implementations.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"junit",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"jakarta-log4j",
"openjdk8",
"servlet23-api"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"commons-cli",
"xmlgraphics-commons"
]
}
]
}