Gradle 提供了兩種語法來宣告依賴。
- 縮寫:
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0-M1' - 標記:
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.0-M1'
?? IntelliJ 中是否有一些技巧可以在這些格式之間進行轉換?
uj5u.com熱心網友回復:

轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/480790.html
