本文介绍了如何附加使用ivy下载的库的源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用ivy与ivy eclipse插件下载依赖关系。工作很棒但是如何附加这些库的源代码,以便进入这些库?

I use ivy with the ivy eclipse plugin to download dependencies. Works great. But how can I attach the source code for those libraries, in order to step into these libraries?

推荐答案

你是否尝试附加源配置?

Have you tried attaching the source configurations?

<dependencies defaultconfmapping="*->default,sources">

这篇关于如何附加使用ivy下载的库的源代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 06:29