-
- All Implemented Interfaces:
-
no.difi.move.kosmos.repo.MavenCentralRepo
@Component() public class WebClientMavenCentralRepo implements MavenCentralRepo
-
-
Constructor Summary
Constructors Constructor Description WebClientMavenCentralRepo(KosmosProperties properties)
-
Method Summary
Modifier and Type Method Description voiddownloadJAR(String version, Path destination)Array<byte>getChecksum(String version, String classifier)StringdownloadSignature(String version)-
-
Constructor Detail
-
WebClientMavenCentralRepo
WebClientMavenCentralRepo(KosmosProperties properties)
-
-
Method Detail
-
downloadJAR
void downloadJAR(String version, Path destination)
-
getChecksum
Array<byte> getChecksum(String version, String classifier)
-
downloadSignature
String downloadSignature(String version)
-
-
-
-