Browse Source

Pull request #1746: 无jira任务 打包脚本依赖

Merge in DESIGN/design from ~VITO/c-design:release/10.0 to release/10.0

* commit '2bf97fe7d93d6bf37f102cc5f0167954ee5f3ff0':
  无jira任务 打包脚本依赖
feature/big-screen
vito 4 years ago
parent
commit
5062016e6e
  1. 8
      build.gradle

8
build.gradle

@ -57,10 +57,10 @@ allprojects {
}
dependencies {
implementation 'com.fr.third:jxbrowser:7.5'
implementation 'com.fr.third:jxbrowser-swing:7.5'
implementation 'com.fr.third:jxbrowser-mac:7.5'
implementation 'com.fr.third:jxbrowser-win64:7.5'
implementation 'com.fr.third:jxbrowser:6.23'
implementation 'com.fr.third:jxbrowser-swing:6.23'
implementation 'com.fr.third:jxbrowser-mac:6.23'
implementation 'com.fr.third:jxbrowser-win64:6.23'
implementation 'com.fr.third.server:servlet-api:3.0'
implementation 'org.swingexplorer:swexpl:2.0.1'
implementation 'org.swingexplorer:swag:1.0'

Loading…
Cancel
Save