Example #1
0
 static LibInfo GetLib(string name)
 {
     return(Libs.Where(t => t.JarFilename.Contains(name)).Single());
 }