cstamas commented on issue #11242:
URL: https://github.com/apache/maven/issues/11242#issuecomment-3386936643

   Btw, you can achieve similar thing using 
[Toolbox](https://maveniverse.eu/docs/toolbox/):
   ```
   mvn toolbox:gav-resolve-transitive 
-Dgav=org.slf4j:slf4j-api:1.7.36,org.slf4j:slf4j-simple:1.7.36
   ```
   or even using JBang
   ```
   jbang toolbox@maveniverse resolve-transitive 
org.slf4j:slf4j-api:1.7.36,org.slf4j:slf4j-simple:1.7.36
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to