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

{
    "name": "spring-boot-cli",
    "portdir": "java/spring-boot-cli",
    "version": "3.5.3",
    "license": "Apache-2",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://projects.spring.io/spring-boot/",
    "description": "Spring Boot CLI -- An opinionated view of building production-ready Spring applications.",
    "long_description": "The Spring Boot CLI is a command line tool that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without much boilerplate code. You don't need to use the CLI to work with Spring Boot but it's definitely the quickest way to get a Spring application off the ground.",
    "active": true,
    "categories": [
        "java"
    ],
    "maintainers": [
        {
            "name": "nils",
            "github": "breun",
            "ports_count": 103
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "openjdk21"
            ]
        }
    ],
    "depends_on": []
}