1 Star 0 Fork 0

Sherlock / leetcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sherlock 提交于 2019-11-12 11:32 . 基于gradle构建
plugins {
id "java"
id "java-library"
}
repositories {
maven {
url maven_url
}
}
group = 'com.sherlocky'
version = '0.0.1'
description = "leetcode"
sourceCompatibility = 1.8
targetCompatibility = 1.8
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
dependencies {
implementation 'com.alibaba:fastjson:1.2.62'
implementation 'org.apache.commons:commons-lang3:3.9'
testImplementation 'junit:junit:4.12'
}
Java
1
https://gitee.com/sherlocky/leetcode.git
git@gitee.com:sherlocky/leetcode.git
sherlocky
leetcode
leetcode
master

搜索帮助