static S mainClassOfJarSnippet(S snippetID) { ret trim(first(startingWith_dropPrefix(lines(manifestFromZipSnippet(snippetID)), "Main-Class:"))); }