does anybody know why after adding a dependency on...
# gradle
g
does anybody know why after adding a dependency on org.antlrantlr44.8-1 (https://mvnrepository.com/artifact/org.antlr/antlr4/4.8-1) one of the artifacts listed there, antl4-4.8.1-complete.jar is not anywhere in the gradle cache?
o
I don't see the complete artifact mentioned on that page
g
i needed to add the qualifier, so my dependency is
org.antlr:antlr4:4.8-1:complete
this is similar to the
sources
or
javadoc
you sometimes see, i guess this is a kind of maven qualifier? Im not familiar with this
o
it's called a classifier, and yes you need to add it to the dependency declaration in order to download it