You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, needing to search for a Maven artifact via the Maven coordinates requires parsing to search for these artifacts with the basic search i.e. jf rt search "com/test/testArtifact1.10**jar"
The ability to run a specific command like jf rt sg (search gavc) com.test:testArtifact:pom:1.10 would be nice as these are the coordinates Maven provides and would require no parsing
There is a REST API to search gavc, but this still will not just take the native maven coordinates and still requires parsing
The text was updated successfully, but these errors were encountered:
Currently, needing to search for a Maven artifact via the Maven coordinates requires parsing to search for these artifacts with the basic search i.e. jf rt search "com/test/testArtifact1.10**jar"
The ability to run a specific command like jf rt sg (search gavc) com.test:testArtifact:pom:1.10 would be nice as these are the coordinates Maven provides and would require no parsing
There is a REST API to search gavc, but this still will not just take the native maven coordinates and still requires parsing
The text was updated successfully, but these errors were encountered: