{
  "homepage": "https://projects.spring.io/spring-boot/",
  "version": "2.4",
  "license": "Apache 2.0",
  "hash": "a8bec1f04060aa2a0e75ce02bd6e42e171a873072780b23c822837f499ed21eb",
  "url": "https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/2.4.6/spring-boot-cli-2.4.6-bin.zip",
  "extract_dir": "spring-2.4.6",
  "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"
    }
  }
}
