1 Star 0 Fork 16

范先生/douyin-open-api-sdk

forked from xxccll/douyin-open-api-sdk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
id 'java'
id 'maven-publish'
}
repositories {
mavenLocal()
maven {
url = uri('https://repo.maven.apache.org/maven2/')
}
}
dependencies {
implementation 'commons-codec:commons-codec:1.15'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.slf4j:slf4j-api:2.0.3'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
implementation 'com.alibaba:fastjson:2.0.14'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
compileOnly 'org.springframework.data:spring-data-redis:2.7.5'
compileOnly 'org.jodd:jodd-http:6.3.0'
compileOnly 'org.springframework:spring-web:5.3.23'
}
group = 'vip.gadfly'
version = '0.0.4'
description = 'Douyin Open API SDK'
java.sourceCompatibility = JavaVersion.VERSION_1_8
java {
withSourcesJar()
}
publishing {
publications {
maven(MavenPublication) {
from(components.java)
}
}
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/sirfan666/douyin-open-api-sdk.git
git@gitee.com:sirfan666/douyin-open-api-sdk.git
sirfan666
douyin-open-api-sdk
douyin-open-api-sdk
master

搜索帮助