Managing Dependencies for Spring Projects with Gradle by Jenn Strater and Andy Wilkinson

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

ความคิดเห็น • 3

  • @rahulgoti3864
    @rahulgoti3864 5 ปีที่แล้ว +2

    Great Talk!

  • @lexjust
    @lexjust 4 ปีที่แล้ว +2

    Spring Dependency Management Plugin has dependencySet and dependency, which helps define a dependency version once in root build.gradle into dependencies {} block . I couldn't find the same behavior in native Gradle. How can I define a dependency version in root build.gradle and then add dependencies without version in project modules build.gradle ?

    • @CaptainCarthex
      @CaptainCarthex 2 ปีที่แล้ว

      Look into the java platform plugin. It's the equivalent of Maven BOM.