readJarManifest
Read and parse the JAR manifest into an object of key-value pairs.
jar(required): JAR binary data
utlx
let mf = readJarManifest($input.jarData)
{
version: mf."Implementation-Version"
}