|
@@ -415,11 +415,12 @@ subprojects {
|
|
//webjars
|
|
//webjars
|
|
implementation group: 'org.webjars', name: 'webjars-locator-core', version: "${webjarslocatorcoreVersion}"
|
|
implementation group: 'org.webjars', name: 'webjars-locator-core', version: "${webjarslocatorcoreVersion}"
|
|
implementation group: 'org.webjars', name: 'webjars-locator', version: "${webjarslocatorVersion}"
|
|
implementation group: 'org.webjars', name: 'webjars-locator', version: "${webjarslocatorVersion}"
|
|
|
|
+ implementation group: 'org.webjars', name: 'webjars-locator-lite', version: "${webjarslocatorliteVersion}"
|
|
implementation group: 'org.webjars', name: 'swagger-ui', version: "${swaggeruiVersion}"
|
|
implementation group: 'org.webjars', name: 'swagger-ui', version: "${swaggeruiVersion}"
|
|
//knife4j
|
|
//knife4j
|
|
- implementation group: 'com.github.xiaoymin', name: 'knife4j-core', version: "${knife4jVersion}"
|
|
|
|
- implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-ui', version: "${knife4jVersion}"
|
|
|
|
- implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-jakarta-spring-boot-starter', version: "${knife4jVersion}"
|
|
|
|
|
|
+ //implementation group: 'com.github.xiaoymin', name: 'knife4j-core', version: "${knife4jVersion}"
|
|
|
|
+ //implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-ui', version: "${knife4jVersion}"
|
|
|
|
+ //implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-jakarta-spring-boot-starter', version: "${knife4jVersion}"
|
|
//local jars
|
|
//local jars
|
|
implementation fileTree(dir: "${rootDir}/maxkey-lib/", include: '*.jar')
|
|
implementation fileTree(dir: "${rootDir}/maxkey-lib/", include: '*.jar')
|
|
}
|
|
}
|