1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/jamling-SmartIM

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jamling Отправлено 06.04.2024 07:29 d1e2f3f
/*
* This file was generated by the Gradle 'init' task.
*/
allprojects {
group = 'cn.ieclipse.smartim'
version = '0.0.1'
}
subprojects {
apply plugin: 'java'
apply plugin: 'maven-publish'
repositories {
mavenLocal()
maven {
url = 'https://jitpack.io'
}
maven {
url = 'https://repo.maven.apache.org/maven2'
}
}
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'ch.qos.logback:logback-classic:1.3.12'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'com.squareup.okhttp3:logging-interceptor:3.14.9'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.github.jamling.JavaUtils:core:933b1c6551'
compileOnly 'com.theokanning.openai-gpt3-java:client:0.9.0'
compileOnly 'com.baidubce:qianfan:0.0.2'
testImplementation 'junit:junit:4.13.1'
}
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
publishing {
publications {
maven(MavenPublication) {
from(components.java)
}
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/jamling-SmartIM.git
git@api.gitlife.ru:oschina-mirror/jamling-SmartIM.git
oschina-mirror
jamling-SmartIM
jamling-SmartIM
master