I am looking for a Java API to invoke Gradle.
Something similar to what's available for Ant or Maven. Could not find such reference. Help..?
You are looking for the Gradle Tooling API. See Embedding Gradle in the Gradle User Guide, and the samples in the full Gradle distribution.