mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-13 23:33:53 +01:00
5 lines
370 B
HTML
5 lines
370 B
HTML
@import com.ysoft.odc.Hashes
|
|
@(depId: Hashes, selectorOption: Option[String])(implicit header: DefaultRequest, mainTemplateData: MainTemplateData)
|
|
@main(title=s"Unknown library"){
|
|
There is no library found for hashes @depId.hashTuples.map{case (hashType, hashValue) => @hashType=@hashValue}.mkString(", "). It might have been removed or updated to a newer version.
|
|
} |