dependencies { implementation 'org.springframework:spring-web' implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'org.apache.httpcomponents.client5:httpclient5' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.junit.jupiter:junit-jupiter' }