Sign in
Log inSign up

What if I know the name of the dependency I want in my Gradle config, but I don't know it's group or version? How can I cheat by guess-matching?

Robert Nsinga's photo
Robert Nsinga
·Apr 18, 2016

The basic structure of a dependency declaration in Gradle is GROUP:NAME:VERSION. Is there a way to pull a list of best matches from, say, Maven or Bintray, based on just the name of the dependency? e.g. I'd like to add hadoop to my project, but I don't know how to spell the group it belongs to, or what version to target.

Hassle-free blogging platform that developers and teams love.
  • Docs by Hashnode
    New
  • Blogs
  • AI Markdown Editor
  • GraphQL APIs
  • Open source Starter-kit

© Hashnode 2024 — LinearBytes Inc.

Privacy PolicyTermsCode of Conduct