grails - Setup the dependency using ivy and fetch with Maven -


i know maven repository , ivy dependency grails, how setup dependency using ivy , fetch maven, answer this

maven repository-- http://www.tutorialspoint.com/maven/maven_repositories.htm

ivy dependency-- http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html

ivy in grails -- take @ document @alidad suggested-- http://grails.org/doc/2.2.1/guide/conf.html#ivy

and here example of how can in grails:

in buildconfig.groovy //find link maven repo has jar

repositories { ... ... mavenrepo "http://repository.codehaus.org" } 

//goto repo , find group:name:version jar. then

dependencies {  compile 'com.ibm:com.ibm.mq.pcf:7.0.1.7' } 

Comments

  1. This comment has been removed by the author.

    ReplyDelete
  2. I know expert storehouse , ivy reliance chalices, how arrangement reliance utilizing ivy , bring expert, answer this
    Regards
    Ali kazmi

    ReplyDelete

Post a Comment