aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: 18668a5d115725c380577db156170e8373fca088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugins {
    id 'java'
}

group = 'foo.zaaarf'
version = '0.1'

repositories {
    mavenCentral()
}

dependencies {
    implementation 'org.springframework:spring-web:5.3.31'
}