mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 16:16:22 +00:00
7 lines
269 B
Groovy
7 lines
269 B
Groovy
dependencies {
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
|
implementation 'jakarta.persistence:jakarta.persistence-api'
|
|
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
|
implementation 'com.google.code.gson:gson'
|
|
}
|