GET /api/v1/ports/commons-lang3/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "commons-lang3",
"portdir": "java/commons-lang3",
"version": "3.12.0",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://commons.apache.org/lang/",
"description": "Apache Commons Lang",
"long_description": "The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, creation and serialization, and System properties. Additionally it contains an inheritable enum type, an exception structure that supports multiple types of nested-Exceptions, basic enhancements to java.util.Date and a series of utlities dedicated to help with building methods, such as hashCode, toString and equals.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"maven3",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"openjdk11"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pdftk-java"
]
}
]
}