what does the little arrow -> do in the ivy dependency section?

不想你离开。 提交于 2019-12-01 23:24:45
Mark O'Connor

Configuration mappings are designed to associate locally declared configurations to configurations declared in a remote module.

   mylocalconf->remotemoduleconf

What are configurations? They are logical groupings of files, typically used to populate classpaths or directories.

"simple" and "testing" are not part of the standard configurations generated for remote maven modules, suggesting that you're downloading from an ivy repo? Check the ivy files of the dependencies, you'll find the missing configurations there.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!