mirror of
https://github.com/zaaarf/route-cartographer.git
synced 2024-11-14 00:29:20 +01:00
14 lines
No EOL
177 B
Groovy
14 lines
No EOL
177 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group = 'foo.zaaarf'
|
|
version = '0.1'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'org.springframework:spring-web:5.3.31'
|
|
} |