您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ivy.xml 342B

1234567
  1. <ivy-module version="2.0">
  2. <info organisation="net.sourceforge.fikin-ant-tasks" module="ant-fikin"/>
  3. <dependencies>
  4. <dependency org="commons-httpclient" name="commons-httpclient" rev="3.+" conf="default" />
  5. <dependency org="xerces" name="xercesImpl" rev="2.+" conf="default"/>
  6. </dependencies>
  7. </ivy-module>