代码拉取完成,页面将自动刷新
plugins {
id 'java-library'
id 'idea'
// id "org.sonarqube" version "2.7"
}
group 'hxy.bytecode'
version '1.0-SNAPSHOT'
//sourceCompatibility = 1.8
repositories {
// 加载本地文件夹的jar包依赖
flatDir { dirs 'asset/lib' }
mavenLocal()
maven { url 'https://maven.aliyun.com/repository/public/' }
maven { url "https://repo.spring.io/libs-release" }
mavenCentral()
}
dependencies {
// Spring研究,貌似最新的Spring只需要一个spring-context即可正常运行,其他的 beans core 都会依赖加载
// https://mvnrepository.com/artifact/org.springframework/spring-context
implementation group: 'org.springframework', name: 'spring-context', version: '5.2.1.RELEASE'
// https://mvnrepository.com/artifact/org.springframework/spring-core
// implementation group: 'org.springframework', name: 'spring-core', version: '5.2.1.RELEASE'
// // https://mvnrepository.com/artifact/org.springframework/spring-beans
// implementation group: 'org.springframework', name: 'spring-beans', version: '5.2.1.RELEASE'
// lombok
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
testCompileOnly 'org.projectlombok:lombok:1.18.32'
// https://mvnrepository.com/artifact/javassist/javassist
// compile group: 'javassist', name: 'javassist', version: '3.12.1.GA'
// 下面这个在asset/lib里面,脚本自动加载
implementation group: 'javassist', name: 'javassist', version: '3.29.2-GA'
implementation 'cglib:cglib:3.3.0'
// https://mvnrepository.com/artifact/org.apache.bcel/bcel
implementation group: 'org.apache.bcel', name: 'bcel', version: '6.4.1'
// https://mvnrepository.com/artifact/org.apache.shiro/shiro-core
implementation group: 'org.apache.shiro', name: 'shiro-core', version: '1.4.2'
implementation group: 'com.itextpdf', name: 'itextpdf', version: '5.5.5'
testImplementation group: 'junit', name: 'junit', version: '4.12'
// 用于加载base64的
implementation 'commons-codec:commons-codec:1.11'
// https://mvnrepository.com/artifact/ch.qos.logback/logback-core
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
// https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
// https://mvnrepository.com/artifact/com.alibaba/fastjson
implementation group: 'com.alibaba', name: 'fastjson', version: '1.2.62'
implementation 'cn.miludeer:jsoncode:1.2.4'
// https://mvnrepository.com/artifact/mysql/mysql-connector-java
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.19'
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.25'
// https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '5.6.1.202002131546-r'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'cn.zhxu:okhttps-jackson:4.0.1'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'junit:junit:4.12'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。