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[...]
What would you say?
Be the first to comment on this blog post! Sign in or Create an account.