{
  "homepage": "https://projects.spring.io/spring-boot/",
  "version": "2.7",
  "license": "Apache 2.0",
  "hash": "d35fbd6473fd2fc3ec9f2be9bfd59146539260f8a02d5d7f30f71399be08cc4d",
  "url": "https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/2.7.4/spring-boot-cli-2.7.4-bin.zip",
  "extract_dir": "spring-2.7.4",
  "bin": "bin\\spring.bat",
  "suggest": {
    "JDK": [
      "java/oraclejdk",
      "java/openjdk"
    ]
  },
  "checkver": {
    "github": "https://github.com/spring-projects/spring-boot",
    "re": "/releases/tag/(?:v)?(2[\d.]+)\\.RELEASE"
  },
  "autoupdate": {
    "url": "https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/$version.RELEASE/spring-boot-cli-$version.RELEASE-bin.zip",
    "extract_dir": "spring-$version.RELEASE",
    "hash": {
      "url": "$url.sha256"
    }
  }
}
