Open jvanzyl opened 3 years ago
It's an issue with how we call the API. On their website something like com.fasterxml.jackson.core:jackson-core
gets translated to: g:com.fasterxml.jackson.core AND a:jackson-core
. The parsing of that is done in their web page, so the API only takes that more complex query syntax. We'll have to fix that.
I just chatted with @maxandersen, I'm happy to submit a PR.
Btw these are their docs:
By coordinates
Group:
Artifact:
Version:
Packaging:
Classifier:
You can also search in combinations, using the "and" keyword: g:junit and v:4.11
By classes Class name
Probably need to perform some basic validation to make sure the input conforms to:
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>