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