GET /api/v1/ports/jdk21/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "jdk21",
    "portdir": "java/jdk21",
    "version": "21.0.6",
    "license": "NFTC and NoMirror",
    "platforms": "darwin",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://www.oracle.com/java/",
    "description": "Oracle Java SE Development Kit 21",
    "long_description": "Java Platform, Standard Edition Development Kit (JDK). The JDK is a development environment for building applications and components using the Java programming language. This software is provided under the Oracle No-Fee Terms and Conditions (NFTC) license (https://java.com/freeuselicense).",
    "active": true,
    "categories": [
        "devel",
        "java"
    ],
    "maintainers": [
        {
            "name": "nils",
            "github": "breun",
            "ports_count": 100
        }
    ],
    "variants": [
        "Applets",
        "BundledApp",
        "JNI",
        "WebStart"
    ],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        }
    ],
    "depends_on": []
}