8000 GitHub - cndatabiz/crown
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cndatabiz/crown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crown

repositories{ maven{ url '' } }

configurations.all{ resolutionStrategy{ failOnVersionConflict() //force 'org.slf4j-api:1.7.24' } }

强制性依赖

configurations.all{ resolutionStrategy{ force 'org.slf4j-api:1.7.24' } }

排除传递性依赖

compile('org.hibernate:hibernate-core:3.6.3.Final'){ exclude group:"org.slf4j" ,module:"slf4j-api"
// transitive=false }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0