第一種(只添加一種依賴,全部寫全): compile "group":"org.springframework","name":"spring-beans","version":"5.2.5.RELEASE"
第二種(只添加一種依賴,簡寫): compile "org.springframework:spring-core:5.2.5.RELEASE" 第三種(添加多種依賴): compile( "org.springframework:spring-core:5.2.5.RELEASE", "org.springframework:spring-beans:5.2.5.RELEASE" )