Calling Ivy from Groovy or Java

Embed Ivy - How to use Ivy with Java

Groovy snippet of calling Ivy:

import org.apache.ivy.Ivy
import org.apache.ivy.core.module.descriptor.DefaultDependencyDescriptor
import org.apache.ivy.core.module.descriptor.DefaultModuleDescriptor
import org.apache.ivy.core.module.id.ModuleRevisionId
import org.apache.ivy.core.resolve.ResolveOptions
import org.apache.ivy.core.settings.IvySettings
import org.apache.ivy.plugins.resolver.UR...

Getting Intellij IDEA jars using Ivy and TeamCity

TeamCity can act as Ivy repository. IntelliJ IDEA Community Edition builds are therefore Ivy-enabled and publicly available, here's the corresponding ivy.xml.

"ivyconf.xml"

<ivysettings>

...