Код: Выделить всё
plugins {
id 'java'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.miho:jcsg:2.1.0'
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... d-dependen
Код: Выделить всё
plugins {
id 'java'
}
repositories {
mavenCentral()
}
dependencies {
implementation 'com.github.miho:jcsg:2.1.0'
}