1 Star 2 Fork 0

endless / tile-loader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
endless 提交于 2021-05-28 14:34 . 添加手动下载
buildscript {
ext {
springBootVersion = '2.0.8.RELEASE';
}
repositories {
maven{ url "http://maven.aliyun.com/nexus/content/groups/public/" }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'com.lhq.loader'
version = ''
description = '地图瓦片下载器'
sourceCompatibility = 1.8
repositories {
maven{ url "http://maven.aliyun.com/nexus/content/groups/public/" }
}
dependencies {
implementation('org.springframework.boot:spring-boot-starter-web')
implementation('org.springframework.boot:spring-boot-starter-data-mongodb')
implementation('org.springframework.boot:spring-boot-starter-thymeleaf')
implementation('org.springframework.boot:spring-boot-devtools')
implementation('com.google.code.gson:gson:2.8.5')
implementation('org.apache.httpcomponents:httpclient:4.5.6')
implementation('org.apache.httpcomponents:fluent-hc:4.5.6')
implementation('org.apache.commons:commons-lang3:3.7')
implementation group: 'com.google.guava', name: 'guava', version: '28.2-jre'
implementation files('/src/main/resources/lib/jxbrowser-6.19.1.jar')
implementation files('/src/main/resources/lib/jxbrowser-linux64-6.19.1.jar')
implementation files('/src/main/resources/lib/jxbrowser-mac-6.19.1.jar')
implementation files('/src/main/resources/lib/jxbrowser-win32-6.19.1.jar')
testImplementation('org.springframework.boot:spring-boot-starter-test')
}
1
https://gitee.com/endlesshh/tile-loader.git
git@gitee.com:endlesshh/tile-loader.git
endlesshh
tile-loader
tile-loader
master

搜索帮助