How can I read the contents of an artifact without downloading it to my local?
I just want to run an AQL which read or gives the specific file content.
How can I achieve it?
Using the Archive Entry Download we can read/get/download the zipped file let's say MANIFEST.MF file of a jar directly without first downloading the artifact, zipping it, and then finding it.
Mind the: "!" after .jar and before "/META-INF/LICENSE.txt"