#37 java: open weather api ex

This commit is contained in:
haerong22
2023-05-23 21:04:33 +09:00
parent 35d8416f44
commit 3747851cff
2 changed files with 58 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ repositories {
dependencies {
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'com.google.code.gson:gson:2.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'