All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config_default.fast-install-release.json Maven / Gradle / Ivy

There is a newer version: 2.11.9
Show newest version
[
  {
    "name": "主地址(默认安装)",
    "url": "curl -fsSL https://jpom.top/docs/install.sh | bash -s Agent jdk+default"
  },
  {
    "name": "备用地址(默认安装)",
    "url": "curl -fsSL https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh | bash -s Agent jdk+default"
  },
  {
    "name": "主地址(自定义安装)",
    "url": "yum install -y wget && wget -O install.sh https://jpom.top/docs/install.sh && bash install.sh Agent jdk"
  },
  {
    "name": "备用地址(自定义安装)",
    "url": "yum install -y wget && wget -O install.sh https://gitee.com/dromara/Jpom/raw/docs/docs/.vuepress/public/docs/install.sh && bash install.sh Agent jdk"
  }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy