// <https://mvnrepository.com/artifact/org.springframework/spring-context>
implementation 'org.springframework:spring-context:6.2.3'
// <https://mvnrepository.com/artifact/org.projectlombok/lombok>
implementation 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'
