登录 注册
当前位置:主页 > 资源下载 > 9 > spring-asm-repack-4.0.jar下载

spring-asm-repack-4.0.jar下载

  • 更新:2024-10-21 15:38:02
  • 大小:85KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Java - 后端
  • 格式:JAR

资源介绍

spring 3.2.5版本源码使用的,构建的时候使用如下描述 因为英文不太好,大概意思可能是什么asm4.0版本使用的spring 在spring4中已经重新包装了asm在spring-core的核心包里,当然我这解释不标准 看下满原文构建的描述 project("spring-core") { description = "Spring Core" // As of Spring 3.2 spring-core repackages both asm 4.0 and cglib 3.0 and inlines both // into the spring-core jar. cglib 3.0 itself depends on asm 4.0, and is therefore // further transformed by the JarJar task to depend on org.springframework.asm; this // avoids including two different copies of asm unnecessarily. If however future cglib // versions drift from the version of asm used by Spring internally, this duplication // will become necessary. def asmVersion = "4.0" def cglibVersion = "3.0"