Can gradle work without MAVEN installation on my machine?

I don’t want to install Maven on developer’s machines, will Gadle alone be sufficient?

Yes. Gradle can utilize Maven artifact repositories, but it doesn’t directly use Maven at all. If you only have Gradle build scripts, then you only need Gradle.