Connect with Peer Bloggers

Get your Bloggers ID and network with best bloggers around the world.

23

How to use m:classifier in apache ivy for dependency management

Czetsuya
czetsuya's tech ― Recently I've been working on a web service client project that uses apache axis2. And we use ivy for dependency management. Axis2 depends on several jars and one of them is mex, which could be located here:http://mvnrepository.com/artifact/org.apache.axis2/mex/1.6.0If you will look at the ivy tab, the dependency should be written in ivy.xml like:<dependency org="org.apache.axis2" name="mex" rev="1.6.0"/>It get a URL like this: http://repo1.maven.org/maven2/org/apache/axis2/mex/1.6.0/mex-1.6[...]

Voted by 2 Users



What would you say?

Be the first to comment on this blog post! Sign in or Create an account.