UNPKG

snyk-gradle-plugin

Version:
3 lines (2 loc) 197 B
import type { PomCoords, SnykHttpClient } from './types'; export declare function getMavenPackageInfo(sha1: string, depCoords: Partial<PomCoords>, snykHttpClient: SnykHttpClient): Promise<string>;