I (for security/infastraucture reasons) need to use version 5.5.0 of the net.sf.dozer:dozer library. This version seems to only exist in the Spring Plugins repository. How can I use this particular version in gradle (other than downloading the jar myself)?
When I try to import into my build.gradle file with the following:
implementation('net.sf.dozer:dozer:5.5.0')
...
maven {
url 'https://repo.spring.io/plugins-release/'
}
I get an authentication error:
Could not GET 'https://repo.spring.io/plugins-release/net/sf/dozer/dozer/5.5.0/dozer-5.5.0.pom'. Received status code 401 from server: Unauthorized