1

I noticed that Azure's Java SDK has several maven dependencies which seem to be targeting the same thing, for instance, the following artifact ids:

  • azure-management-storage:0.8.0
  • azure-mgmt-storage:0.8.0
  • azure-svc-mgmt-storage:0.8.0

It's the same with network and compute.

Does anyone know what's the difference between those?

Thanks!

4

1 回答 1

0

我建议你使用 azure-svc-mgmt-storage jar。

我查看了“azure-management-storage”的 maven 存储库页面http://mvnrepository.com/artifact/com.microsoft.azure/azure-management-storage。Microsoft 已将该工件重命名为“azure-svc-mgmt-storage”。网络和计算也是如此。

对于 azure-management-storage、azure-mgmt-storage 和 azure-svc-mgmt-storage,我建议你参考这个文档: https ://github.com/Azure/azure-sdk-for-java/wiki/Azure -SDK-for-Java-功能

此致。

于 2015-09-07T04:30:18.440 回答