Saturday, February 27, 2016

Java : Ivy (Gradle)

Java : Ivy



Apache Ivy was developed as an extension to the Ant build tool to provide Maven-style binary artifact management. It was never deployed as widely as Maven-style repos

Gradle :Declaring an Ivy repository using the default Maven layout

repositories {
  ivy {
    url 'http://build.megacorp.com/ivy/repo'
  }
}

No comments:

Post a Comment